Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.14f1
Issue ID
1102173
Regression
No
Windows created special files are imported, but should be ignored
Reproduction steps:
1. Create a New Project
2. In the "Assets" folder, create a New Folder and change its icon ("Right Click" -> "Properties" -> "Customize" -> "Change Icon" -> Change to any icon)
3. Observe that Windows has created a special file "desktop.ini"
4. Focus the Editor window
5. Unity incorrectly imports the "desktop.ini" file and creates a "desktop.ini.meta" file
Expected Result: Windows created special files like "desktop.ini" should be ignored and should not be imported
Actual Result: Editor imports Windows created special files and creates a meta file
Reproduced with: 2019.1.0a11, 2018.3.0b12, 2018.2.18f1, 2018.1.9f2, 2017.4.16f1
Note:
Add this type of files to the "Hidden Assets" which are ignored by Unity (https://docs.unity3d.com/Manual/SpecialFolders.html - Hidden Assets)
"This is used to prevent importing special and temporary files created by the operating system or other applications."
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
Resolving as "Won't Fix" here, had several discussions with developers and this should be moved to a feature request; opening a fresh ticket.
Here is the new ticket: https://fogbugz.unity3d.com/f/cases/1146448/