Hi,
I am making game for mobile platform.
I would like to use the touch joystick for moving the player, so when I move him it's need to be change the player position instead of his angle.
I am using now :
Is in touch - Empty object-----angle(gamepad.X,gamepad.Y,joystick.X,joystick.Y)
and pin the player with empty object (position only)
use also the bullet and BoundToLayout and behaviors.
so its not moving properly.
please let me know if any other trick for this.
please help me the to solve the this.