I am trying to make my boat steer, and figuring out how to do that the way I want to is pretty tough.
Ideally, I would like my steering system to function identically to vehicle seats. This way, you can drive it on all platforms— on your computer, you can use WASD to change direction, on your phone, the control stick, and on Xbox, the joystick. The problem is figuring out which direction the player is trying to go with these inputs. I guess the core scripts have some magic way of determining the direction the user is headed?
Does anyone know how I can give my steering system similar functionality?