From c906ae866b7d7886f2d7c56c88495cf39aff0977 Mon Sep 17 00:00:00 2001 From: libjared <4498312-libjared@users.noreply.gitlab.com> Date: Mon, 12 Feb 2024 00:57:33 +0000 Subject: [PATCH] Update unity.md: AssetBundle was not built --- content/docs/vrchat/unity.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/vrchat/unity.md b/content/docs/vrchat/unity.md index 687e855..65e0c5d 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -33,6 +33,14 @@ If you're having issues, consult the [Troubleshooting](#troubleshooting) section ## Troubleshooting +### AssetBundle was not built + +When building and uploading, this error message may appear. It's caused by VRCSDK building an AssetBundle whose filename has mixed caps, when Unity AssetBundles are really only supposed to have lowercase filenames. + +The solution is to import this unitypackage: https://github.com/thegu5/VRCSDKonLinux/releases + +Importing this will mod the appropriate VRCSDK methods to be case-sensitive-aware. + ### NullReferenceException when uploading This is an SDK bug. [Vote for this Canny!](https://feedback.vrchat.com/sdk-bug-reports/p/350-beta1-avatar-upload-fails-on-linux-editor)