So I am making a multiplayer online game in 3d on pirates. I have set up my ship, player, and character controller. I have also made a steerer script that switches the view when I press f to steer and disables the player movement.
Here is the question!
How do I make my ship that it always moves in the same direction it is facing, even when I am not steering? Also, if I start to steer my ship, I want it to be like if I change my direction (using the arrow keys), the force that moves the ship forward also changes and applies to the direction in which the ship is facing.
I have tried A LOT and could have just made the ship rotate in the direction I want, but I can’t make it move in that direction. If you are a developer, please help me in this situation. Your help will be highly appreciated!