Search Issue Tracker
Duplicate
Votes
8
Found in
5.4.0b7
Issue ID
775274
Regression
No
[Animator] Animator.GotoState: State could not be found
Reproduction steps:
1) Open attached project
2) Open scene "Scene"
3) Enter play mode
--- You will see 2 warning in the console:
Animator.GotoState: State could not be found
UnityEngine.Animator:CrossFade(Int32, Single)
StateTest:Start() (at Assets/StateTest.cs:11)
Invalid Layer Index '-1'
UnityEngine.Animator:CrossFade(Int32, Single)
StateTest:Start() (at Assets/StateTest.
--- This line of code causes the warnings:
m_Animator.CrossFade(Animator.StringToHash("Substate.NestedSubstate.State"), 1f);
Comments (4)
-
NNSkelly
Mar 22, 2021 19:31
Analogous behavior still happening in 2019.4.14 and no thread I've seen on Google has an adequate fix. Simply calling .Play(animationName) results in the correct animation playing, but "could not be found" warnings in the console, and "invalid index" if layer is left as the default -1.
-
novaVision
Mar 04, 2016 14:03
Same happens in 5.3.2f1 version
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
This is a duplicate of issue #774831