After upgrading to unity 2018.1 and opening an existing project I get the error that opening the project is not allowed because the project is on a case sensitive file system.
OS: Windows 10 Pro (april 2018 update)
Drive File system: NTFS
Unity Editor: 2018.1
Seems like it might be caused by the windows 10 update, which enables this feature…
Any way to allow unity to allow this behavior or atleast disable the check unity does?
For me this occurred I think because I am using Windows 10 WSL after the april update to clone my project from git, then access it with Windows (via Unity).
I think this page is helpful in highlighting the changes made with windows updates to WSL and case sensitivity.
Release notes about the updates:
A useful link I found about case sensitivity in WSL on the release notes link above:
My solution so far has been to clone the project using Git-for-Windows instead, at least until I learn how to set per-directory case sensitivity.