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)