Search Issue Tracker
By Design
Votes
4
Found in
4.3.0f4
Issue ID
575617
Regression
Yes
Clips made in 4.3 are never found when you attempt to play it
If you make a clip in 4.3 and attempt to play it you get:
"The animation state XXX could not be played because it couldn't be found!"
However, if you perform the same operation in 4.2 and bring said clip into a 4.3 project you can play the
clip without a problem.
The reason for this, is that the AnimationClip from 4.3 are not Legacy animation, and the Animations component can only play Legacy.
To go around this simply do this :
When you create Animations in the AnimationWindow, make sure you have an Animation component ( not Animator ) on the target GameObject.
This will make the AnimationWindow create Legacy type animation
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
species5618
Jun 20, 2014 19:52
one word...
Thank you.. :)
yatagarasu
Nov 22, 2013 12:47
Seems playable for me.
May be you are trying to play Animation clips created for AnimationController using Animation component.
This sounds strange but they are incompatible.
Also if you save your animations as text files you can change m_AnimationType from 2 to 1 in any text editor and you can play them in Animator. But animations of type 1 does not support Sprite Renderer animations.