When my avatar begins to climb the ladder, he doesn’t swap to the climbing animation until after a few seconds.
What did you try so far? It’s probably due to it only being able to transition in a certain state, so the animator controller has to finish the state it’s on, then return to the state that can take it to the climbing animation.
How do I fix that?
Hi,
Click on the transition arrow between the current state and your climbing in your animator window. Make sure the Exit Time and the Transition Duration(s) are set to 0.
Thank you, I fixed it!
Wait nevermind, I’m really sorry. I realized I was talking about a different bug when I said I fixed it.
I’ve checked the transitions; they are all at 0. :
Here is a video of the bug
Thank you for the video. I’m afraid I still don’t know what the problem is. The movement of the player looks fine to me.
Is one of the player’s colliders still touching the ground when you expect the climbing animation to be triggered?
It’s not really a big deal, but just a quick question I have the auto paint function set up, but when I try to pain it just paints whatever block I have selected. How do I use the auto paint?
What is auto paint? Or do are you referring to the tile rules which make Unity replace certain tiles if their neighbour is a specific tile?
I found a way around by painting everything manually. Here is a video of the game. (So far) chrome-extension://mmeijimgabbpbgpdklnllpncmdofkcpn/ng/app/app.html#/files/2ec7d4d7-4349-41fb-ye5b-3e11daeff174
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.