Hello, I am working on a game and I have hit a road block. I have no clue on how to add touch screen controls and make sure it works for Apple mobile phones/tablets.
Help would be GREATLY appreciated.
the event system should auto populate with a touchInputModule (assuming you didn’t remove it). This will handle touches for you.
So a button that requures a click qould be a touch. How do I make a touch screen control for the camera
Im not following what your asking. what do you mean “make a touch screen control for the camera”?
How can I rotate the camera with a touch screen control. Like a simple first person ipad game.
Ah, you need to have something that would receive the events (empty graphic or collider) and then listen to the on drag callback.
Do you know of a useful guide that would help me learn how to do that?