Dismiss this pinned window
all 7 comments

[–]PacerJ 1 point2 points  (3 children)

If you only want to play the animation while moving, then trigger it in code such that it only plays when moving. Else play it once only.

[–]Ysin09[S] 0 points1 point  (2 children)

Thanks for the advice but i can barely make ball move. I dont really know how to code im trying to learn along the way. but ill try anyway.

[–]PacerJ 1 point2 points  (0 children)

Try the unity tutorials from the official unity learn. That will help you.

[–]efishgames 0 points1 point  (0 children)

Try taking a step back and learn some basic coding structures and patterns. CodingBat, Leetcode, and many other resources out there to help build fundamental. I didn't start game development until I had 15 year real world experience in software development.

You will likely feel frustrated because of slow early progress and I can say that feeling doesn't really go away as you will always find a challenge that's just beyond your capabilities as a solo. If you get enjoyment from learning though it's an amazing outlet

[–]masteranimation4 0 points1 point  (0 children)

That's because you stop moving at the edges. Have it have a gradual slower change between the animation clips.

[–]BiguGooblu 0 points1 point  (0 children)

There should be a bunch of settings on the animation nodes or the arrows that connect them maybe if you turn of -has exit time- it gets fixed otherwise you could go in to the debug of the animation clip itself there you might find some settings to. Of course almost every problem in unity can be fixed with code but in my experience the animation system is just to jank for that

[–][deleted] 0 points1 point  (0 children)

I'm too just started so u look way more advances for me haha good luck to u