From 1124ee0bc9af0a6db8e09fcd0d215fb71efd654b Mon Sep 17 00:00:00 2001 From: Josephine Wall Date: Fri, 12 Apr 2024 20:07:38 +0000 Subject: [PATCH] Update unity.md --- content/docs/vrchat/unity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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