Hello i'm currently working on my first (space)game using the many tutorial that are available.
I'm currently using the "Car behavior" to move my player/ship around which is working great. However i was wondering if it was possible to rotate my ship and still keep the direction i was going. Right now when i turn my ship i fly in the direction i'm steering.
I would also like to know how i can rotate my ship when its not moving. Adding a rotation cancels the drift behavior from the car.