How to create two invisible joysticks
Hi, I am creating a 2D mobile game and I want to make a joystick for the character movement(X,Y) and one for the character shooting direction. I want them to be invisible until the player touches the screen. Then it becomes visible under the player's finger. I also want, and this is the hard part, to have the player be able to touch in the left half of the screen to use the first joystick(character movement) and in the right half of the screen to use the second joystick(shooting direction). Is there anywhere that I might be able to find this information or can anyone help me to create it? Thanks so much!
This is how the game looks:
Your answer

Follow this Question
Related Questions
Problem with Strings updatings on Gui 0 Answers
,2d gameObject unwanted outline 0 Answers
how to make my 2d top down character face the direction of the cursor 1 Answer
KillPlayer, Null Reference Exception. 2 Answers
Tile-based Enemy AI issue 0 Answers