Joysticks...
It actually is very annoying to properly create input that doesn’t benefit from going diagonal...
The solution is effectively take the two inputs of a joystick
x-axis-input / radius
, y-axis-input / radius
then turn them into a direction(vector3) to apply force with on the gameobject’s rigidbody.










