mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
Update unity.md: AssetBundle was not built
This commit is contained in:
parent
2265c87d82
commit
c906ae866b
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,14 @@ If you're having issues, consult the [Troubleshooting](#troubleshooting) section
|
||||||
|
|
||||||
## Troubleshooting
|
## 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
|
### 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)
|
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)
|
||||||
|
|
Loading…
Reference in a new issue