Merge branch 'thegu5-main-patch-12724' into 'main'

Clean up VRCSDKonLinux information

See merge request lvra/lvra.gitlab.io!17
This commit is contained in:
libjared 2024-04-09 23:11:27 +00:00
commit 1e0f149936

View file

@ -54,22 +54,14 @@ To install, click the releases tab, download the zip, extract it somewhere, and
exec flatpak run com.unity.UnityHub "$@"
```
## VRCSDKonLinux
- For world projects, import `WorldSDKPatch.unitypackage`: https://github.com/thegu5/VRCSDKonLinux/releases
- For avatar projects, import `AvatarSDKPatch.unitypackage`: https://github.com/Bartkk0/VRCSDKonLinux/releases
These will mod the appropriate VRCSDK methods to apply several fixes:
- Make AssetBundle building be case-sensitive-aware
- Let Build & Test copy local avatars to the correct directory (WIP?)
## 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.
To fix this, see the [VRCSDKonLinux](#VRCSDKonLinux) section.
To fix this, import `WorldSDKPatch.unitypackage`: https://github.com/thegu5/VRCSDKonLinux/releases
### Shaders fail to include some .cginc files