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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.