Hello I am wondering if anyone would have any ideas on how to create a boat for a game in unity.
I’m making a 2d top down rpg style game and am stuck on how to make a small boat (either rowing or sailing) that you could enter and control
Thanks
I would make a velocity movement system or a simple AddForce RigidBody. Im new Too