Very Weird Script Actions/

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.

I have a very similar problem, still haven’t got it fixed but if I do I’ll post here.

Alright thanks.Ive been trying to figure this out for a while.

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.

Weird. But whatever works.

Very true.Im still looking into the problem because i shouldnt have to up the turn power that much just from adding a collider.