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
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
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.