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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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/