Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.4
2019.4.29f1c1
2020.3
2021.1
2021.2
2022.1
Issue ID
1359229
Regression
No
Some references of Animation Clip are missing in Prefab when referenced file (guid/fileID) is present in project
How to reproduce:
1. Open the attached project
2. In the Project Window, open the user's mentioned Prefab
3. In the Hierarchy, inspect the user's mentioned GameObject's Animation Clip references
Expected result: There are no missing references
Actual result: Some of the Animation component's references are missing
Reproducible with: 2019.4.29f1, 2020.3.17f1, 2021.1.18f1, 2021.2.0b9, 2022.1.0a5
Note:
- Missing Prefab's references can be found in the project when looking up the 'fileID'/'guid'
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (fix version 2022.1):
Fixed in 2022.2.0a4.
The issue seemed to occur after upgrading meta files from 2017.4 and renaming clips via the inspector, this leads to some kind of corruption of the .meta data where there's two entries in the internalIDToNameTable.
The fix should prevent the issue from occurring again but does not recover files already affected by the issue.