Search Issue Tracker
Fix In Review
Votes
2
Found in [Package]
Issue ID
1416285
Regression
Yes
"A meta data file (.meta) exists but its folder can't be found" warning thrown on 2D Sprite package import
Steps to reproduce:
1. Create a 2D project or import 2D Sprite package from Package Manager window
2. Observe console (Console "Clear flags" should be disabled, otherwise the warning will be removed on recompile)
Expected result: No warnings thrown on 2D Sprite package import
Actual result: One or multiple warnings appear in console during import:
A meta data file (.meta) exists but its folder 'Packages/com.unity.2d.sprite/Editor/Obsolete' can't be found, and has been created. Empty directories cannot be stored in version control, so it's assumed that the meta data file is for an empty directory in version control. When moving or deleting folders outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.
Reproduced with: 2022.2.0a9
Didn't reproduce with: 2022.2.0a8, 2022.1.0b15, 2021.2.19f1, 2020.3.33f1, 2019.4.37f1
Comments (1)
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
eyebull21
Apr 28, 2022 01:21
I'm also having this issue but when I debug my game, Unity crashes. I went back to use Unity 2020.3.33f1. It doesn't give me any issues with this warning or crashes.