Requires Unity 4.6.1 or higher.
Package contains easy to create and integrate joystick script, done using new unity UI system.
-EasyJoystick.MoveInput() - returns vector3 for movement.
- EasyJoystick.Rotate(transformToRotate, rotateSpeed) - Rotation function, usefull for look rotation.
- EasyJoystick.IsPressed() - returns true if joystick is pressed and conversely, usefull for fire functions and so on.
- EasyJoystick.Enable(boolean) - enable or disable joystick, use this to disable and hide controlls.
Supports Screen Space - Overlay and Screen Space - Camera render modes.
Works properly with different resolutions and anchor types.