In this Tutorial, made with Unity v4.2 (also compatible with previous and following versions) we will see how to use two simple JavaScript to recognize Gestures “Pan” and “Pinch” on Android and iOS multitouch devices
In the first JavaScript we move the Camera around the object (so pan gesture moves and rotates the camera, while pinch zooms)
In the seconds JavaScript we transform the target object (so the camera is static, pan gesture rotates the object and pinch gesture scales it).
In the folder there are the PDF, two JavaScript (well commented), and two Unity project (including a fbx 3D model).
Preview Here