Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.6.0b10
Issue ID
613272
Regression
No
Unity does not handle OSX dot underscore "._foo.bar" system files well on Windows
Unity does not handle OSX dot underscore ".foo.bar" system files well on Windows
If project contains "..bar" and "._.bar.meta" files errors for each file will be thrown. For example:
"Refresh case sensitivity failure. Asset: Assets/._ShopWindow.png ; Metafile: Assets/._ShopWindow.png.meta"
"assets/._shopwindow.png is not a valid asset file name. Please make sure there are no slashes or other unallowed characters in the file name. The file will be ignored."
This creates minor inconvenience when sharing projects between OSes.
Read more about these files here: http://apple.stackexchange.com/questions/14980/why-are-dot-underscore-files-created-and-how-can-i-avoid-them
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment