I make a 2D platformer. I made animations, cut everything, made branches in the animator and everything worked fine, but after I had a problem, and in favor of my stupidity, I accidentally deleted all the animations. I decided to create everything in a new way and ran into a problem. I changed the value of Transition Duration from 0 to 0.1 and the error disappeared, but before that everything was exactly the same, but there was no error. Maybe I do not understand something? At the source everything is exactly the same. (Error only on certain branches and screenshots below). The animation itself works well, but I’ll repeat it again - everything was normal before and there were no errors.

LookRight-TransitionLeft LookLeft-TransitionRight LookLeft-FallASleep

  • This usually appears if the transition leads to a state that has not been assigned an animation, or an animation without frames has been assigned. - M. Green
  • @ M.Green rechecked everything, animations are assigned, there are frames in each animation. (FallASleep - Samples 20, pictures from cut 15, TransitionLeft, like TransitionRight - Samples 14, cut 5) - reseeman

0