Mobile Touch Screen Controls? NEED HELP ASAP
I am creating a 3D game for the android, it is nearly finished. In this game, you play as a cube and go forward and try to dodge the obstacles to complete the level. I have already applied an accelormeter and it works i think. When you start the game, there is a menu screen canvas with the button (shown below) 'start' and then you go to a level select screen which also has buttons (shown below) with level numbers attached to them, when you click on these buttons they take you into your chosen level and there are buttons at the bottom of the screen which take you back to the main screen / level select screen on touch. I need to know how to make these buttons respond to screen touches other than clicks, does Unity already set this up?
Any help would be appreciated, thanks.
Your answer
Follow this Question
Related Questions
Help with touch button (can't call a function) 0 Answers
touch.position values clearification 0 Answers
How to convert Input.GetAxis(MouseAxis.MOUSE_Y), Input.GetAxis(MouseAxis.MOUSE_X) for touch 0 Answers
Making object follow finger? 1 Answer
useDragThreshold is set to false, but the threshold is still there... 1 Answer