Hi,
In my game, the user/player may click/tap anywhere on the screen. Now I should be able to map the screen coordinates to 3d coordinates and pick the mesh at those coordinates.
How can I do that?
Is there any event something like scene.OnClickOnAMesh ?
Thanks in advance.