Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0f2
Issue ID
1076769
Regression
No
Creating a project in a "SSH"/"FUSE" mapped folder gives an error "Fatal Error! The project is on case sensitive file system."
Reproduction steps:
1. Make sure "Homebrew" is installed (https://brew.sh/)
2. Install "fuse"/"ssh" mounting support ("brew cask install osxfuse"; "brew install sshfs")
3. Map the folder "sshfs waldo@perf.hq.unity3d.com:wsha /Volumes/wsha -ovolname=waldo"
4. Open Unity
5. Create a New Project in "/Volumes/wsha"
Expected Result: Unity creates the project successfully
Actual Result: An error appears "Fatal Error! The project is on case sensitive file system."
Reproduced with: 2018.3.0a11, 2018.2.1f1, 2018.1.9f2, 2017.4.11f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
Resolution Note (2019.1.X):
The requirement for a case-insensitive file system support is not a bug. It's a fairly major and risky effort to support case-sensitive.