Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2018.4.9f1
2019.1.0a10
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1186494
Regression
Yes
[Animation] Animation references are lost from Animation component when project is upgraded
The attached project has a GameObject that contains an Animation component with six animations referenced in its Animations array. When this project is upgraded to the latest version of Unity, these animation references are lost and need to be manually reassigned. The references should be kept when upgrading.
Looks like this occurs when taking projects from 2019.1.0a9 or lower to 2019.1.0a10 or above.
1. Open Unity
2. Open the attached "mine-bot" project in 2018.4.11f1
3. Open Assets/Scenes/SampleScene.unity
4. Select the "mine_bot" prefab gameobject in the hierarchy
5. Inspect the Animation component
6. Inspect the Animations array and note the references
7. Upgrade the project to the latest version of the editor
8. Open Assets/Scenes/SampleScene.unity
9. Select the "mine_bot" prefab gameobject in the hierarchy
10. Inspect the Animation component
11. Inspect the Animations array and note the references
Expected Result:
The array contains 6 references.
Actual Result:
All references have been stripped from the GO except for one.
Tested on MacOS 10.14.6 and Windows 10.
Occurs when upgrading to 2019.1.0a10, 2019.2.0a1, 2019.3.0a1, 2019.3.0b11, 2020.1.0a1, 2020.1.0a14
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Add comment