mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
Unity: add avatar offline build & test instructions
This commit is contained in:
parent
988810b66f
commit
1df86394d9
1 changed files with 8 additions and 0 deletions
|
@ -65,6 +65,14 @@ This error is caused by VRCSDK build incorrectly expecting a mixed-case AssetBun
|
|||
|
||||
To fix this, import `WorldSDKPatcher.unitypackage`: https://github.com/thegu5/VRCSDKonLinux/releases
|
||||
|
||||
### Avatars: Local test avatars don't show up ingame
|
||||
|
||||
The "Build & Test" button on the SDK will create avatar AssetBundles (.vrca). However (and assuming the build succeeds), it writes them to a different location than VRChat's Proton prefix. Just symlink and try the build again.
|
||||
|
||||
```
|
||||
ln -sf ../Steam/steamapps/compatdata/438100/pfx/drive_c/users/steamuser/AppData/LocalLow/VRChat/VRChat ~/.local/share/VRChat/VRChat
|
||||
```
|
||||
|
||||
### Shaders fail to include some .cginc files
|
||||
|
||||
This can happen with Poiyomi. It's caused by case-sensitivity. You may need to edit the shader files directly. Open them in any text editor, and correct the casing of filenames.
|
||||
|
|
Loading…
Reference in a new issue