Hi, I have created an enemy that flies, I have indicated that the movement mode is “flying”, but I have to update the Z position in each tick because otherwise the character falls to the ground. On the other hand, if I set the mode to walk, it needs to be touching the ground, so it doesn’t move. Is there any way to make it move correctly without having to update the Z position all the time?
Thank you!