diff --git a/content/docs/vrchat/unity.md b/content/docs/vrchat/unity.md index 670618c..25efe89 100644 --- a/content/docs/vrchat/unity.md +++ b/content/docs/vrchat/unity.md @@ -60,7 +60,7 @@ exec flatpak run com.unity.UnityHub "$@" 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. -There are two fixes to this. The first is you can simply virtually mount the /tmp/ folder as a case insensitive folder. This is usually /tmp/DefaultCompany check your Unity Player settings if you need to confirm this. You can setup a script to do this with the following code: +There are two fixes to this. The first is you can simply virtually mount the /tmp/ folder as a case insensitive folder. This is usually /tmp/DefaultCompany check your Unity Player settings if you need to confirm this. You can setup a script to do this with the following code (Change DefaultCompany if you have to): ```bash #!/bin/bash sudo umount /tmp/DefaultCompany