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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
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.