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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
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.