I’m a beginner with Unity, and i want to create an animation.
I’m following the tutorial “Making a flappy bird style”, i’m at part 4 “animating the bird”.
I don’t know why, i can’t see the animation when using the animator in play mode. (i don’t see the animation when i clik neither).
No the bird on the second image is alive, not dead. The animation shows us that it has to be dead, but he won’t die.
It’s just a single frame but i have set to false the bow “has exit time”. So when he dies he has to stay dead. Am i wrong ?
So we should see this animation.
i had try with a code, but it’s the same issue.
That’s my code if it can be usefull :
Sorry i made a mistake when i answered. Animations have 14frames each. I see this in the preview windows in the inspector.
Moreover i notice that the animation work in this preview, but not in the game mode.