I have been stuck for a few days now using finger gestures, I am running out of ideas and thought perhaps the unity community could have some suggestions.
The game is 2.5D using perspective camera.
The transform where clicked at in the game reports the transform of the mouse click position in debug, but the problem is it differs from my game objects transform which means i cannot click on any object.
I have tried using raycast from the camera but since the mouse clicks somewhere else than where the objects are this not the solution.
I am not very experienced with unity but my logic tells me that I have to change the transform of the mouse clicks, but according to forums I have read this is not currently available in Unity?
Also I have tried the toolbox tap script (used the website tutorial) but the object still cannot be tapped for me to test if it is in fact working.
The camera follows the player who constantly runs, could this have something to do with it?
I appreciate any/all help and thank you in advance.