Hello,
I am currently working on a mobile port of my PC game. I am struggling with something I thought would be quite straight forward however. I want my third person character to move to the location that was tapped by the player's finger. I have equivalent code working here using mouse clicks. I had hoped it would be a simple matter of changing the event from 'Left Mouse Button' to 'Tap' or something equivalent, but I cannot figure out how to do it. Any help would be greatly appreciated.
I am currently working on a mobile port of my PC game. I am struggling with something I thought would be quite straight forward however. I want my third person character to move to the location that was tapped by the player's finger. I have equivalent code working here using mouse clicks. I had hoped it would be a simple matter of changing the event from 'Left Mouse Button' to 'Tap' or something equivalent, but I cannot figure out how to do it. Any help would be greatly appreciated.
Comment