I am creating a Third Person Character Bird.
How can I know if my flying bird hits the ground so I could change the movement mode to Walking.
I am creating a Third Person Character Bird.
How can I know if my flying bird hits the ground so I could change the movement mode to Walking.
I haven’t try flying character yet.
Not sure if there is a build in variable responsible for this.
But still you could do a line trace or add a collision box to overlap with the ground to check when to land.
Hey there @Dynamite_FP! Bao is correct, there is a variable (or a handful of them) when it comes to the character class, though unsure if they work outside of the base movement mode. IsFalling
and IsMovingOnGround
. However if neither of them work, I would opt for making a simple trace to swap movement modes.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.