Touch tutorial

hi!
I’m look for a simple tutorial tu use the touch screen fonction(like rotate mesh, zomm etc.):sunglasses:

I wouldn’t say there is a very simple step by step tutorial… look up in the script reference screen point to ray and ull have to take the script apart to see how it will work for ur situation…

to do actions like rotate the mesh ull need to put ur screen point to ray in an if statement basically saying if screenpointtoray = object.transform.position
(object.rotate.y = 5)

im not at my comp so I can’t give an exact script but its a little different in each situation