You mean, ignore input while the ship is not facing the right direction ?
How can I ignore the input of “SimpleMoveTo” ?
Also, it would be nice if the ship was moving forward while turning. Currently it move forward AND aside… I need to detect side movement, I tried to get the velocity and compare it with the forward vector but I don’t know how to cancel/remove the left and right movement…