mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-05-04 13:14:23 +02:00
Update unity.md
This commit is contained in:
parent
b6e26edb5d
commit
1124ee0bc9
1 changed files with 1 additions and 1 deletions
|
@ -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/<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
|
||||
#!/bin/bash
|
||||
sudo umount /tmp/DefaultCompany
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue