Update unity.md: AssetBundle was not built

This commit is contained in:
libjared 2024-02-12 00:57:33 +00:00
parent 2265c87d82
commit c906ae866b

View file

@ -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)