#How can I make the player in game use my costume animation
1 messages · Page 1 of 1 (latest)
And a walk and a sneak animations to
Make an animation controller
And then inside it test entity/player of they're moving or not or running or not by using query
Like "query.is_moving" or when running "query.is_sprinting"
You should use query.ground_speed to also have access to how fast an entity is moving
Since ground speed returns a value of how fast an entity is going
So you can create things like speed based animations as well
Thx for the help alot
I was able to do it
Although now sneak wont work but its ok
How would I be able to fix that sneak animation?
Check if the player is sneaking
query.is_sneaking