Why have I started getting this warning about the state system?

Recently, I started getting this warning from the State Manager when calling SetState() through a character's Ultimate Character Locomotion component:
"Warning: Unable to find the state with the name {stateName}."
The thing is that a couple days ago I was making the same call and entering the same state, and it worked fine.
 
Could you please share a video showing your ucc character, where this state is activated, and how you use the SetState void ?
 
Are you using version 3? I just did a search and did not find the string for "Unable to find the state with the name". What is the full call stack?
 
Top