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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #774831