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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
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.