I’m currently working on a boat simulator.To create an accurate ship i was going to add colliders to it so that it would collide with other boats and the land,but when i add a collider to the ship my controls to turn the boat left and right stop working!
Im using the java script version here
All i do is drop a game object with a box collider attached to it into the boat game object and it stops working.If the box collider is small then the boat still works.But once you scale the box collider to the size of the boat it stops working.Still moves forward but wont turn left or right.
Nevermind i got it fixed.I’n my boat controls script i just increased the turn speed from 1 to 400 and it turns now.I dont know what was going on.Acts kinda like the box collider adds mass to the boat.