Unity Issue Tracker - The folder name gets changed after creating it when there is a file with the same name and with a different letter case
Closed
UUM-19489
The folder name gets changed after creating it when there is a file with the same name and with a different letter case
Unity: Asset - Database
Won't Fix
2023.1.X
2022.2.X
2022.1.X
2021.3.X
2020.3.X
This is a limittion of the file insensitive filesystem on Windows. You can't create files with names that only differ by filename case.
How to reproduce:
1. Create and open a new project
2. Create a C# Script called “testFILE” in the Assets folder
3. Create a folder called “testfile” in the Assets folder
Expected results: The created folder name is “testfile”
Actual results: The created folder name is “testFILE”