I’m using the CrossplatformInput Standard Assets plugin, and I noticed that the movement of joystick is actually square. What I want and most mobile games use are circular joystick. (The joystick button should always stay within the circle, while at 45deg). So the magnitude at 45deg is always 1, while the direction vector is (1/sqrt(2), 1/sqrt(2)).
Is there any easy way to do it?
Currently:
Good at 0-90-180 deg
Bad at 45-135 deg