Update unity.md

This commit is contained in:
Josephine Wall 2024-04-12 20:07:38 +00:00
parent b6e26edb5d
commit 1124ee0bc9

View file

@ -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. 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/<CompanyName> 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/<CompanyName> 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 ```bash
#!/bin/bash #!/bin/bash
sudo umount /tmp/DefaultCompany sudo umount /tmp/DefaultCompany