Can someone please help me with implementing virtual joystick controls so that I can port my PC game to android?
I have searching on google all day about how to properly implement a virtual joystick and button in my 2D PC game.However,i have tried everything and nothing has worked for me.Most of the tutorials are for 3D so they didn't work for me and when I tried the joystick that comes with the Unity Standard assets,it disappears to a position way off screen far away from the camera whenever i click it after starting the game.This could be due to the fact that my camera and canvas are pretty small(because it is a pixel game) compared to the default size of the joystick and hence,i could not get it to work.
So PLEASE can someone help me? I am pretty desperate at this stage after so many hours of tedious browser searches.
Comment