Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2020.3.41f1
2021.3.14f1
2022.1.23f1
2022.2.0b15
2023.1.0a20
Issue ID
UUM-19489
Regression
No
The folder name gets changed after creating it when there is a file with the same name and with a different letter 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”
Reproducible with: 2020.3.41f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a20
Reproducible on: Windows 10
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
- Build and Run button greyed out for locally invalid architecture, despite remote build is specified
- Graphics Settings: “Use Defaults” checkboxes misaligned in Tier Settings section
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
Resolution Note:
This is a limittion of the file insensitive filesystem on Windows. You can't create files with names that only differ by filename case.
Resolution Note (2023.1.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.