Hi,
I am doing an app with unity3d for users to experience dinosaurs,where in i have used 2 to 3 scenes for providing information about the dino. so each each scene has a image which contains information, i have used this image as texture i.e., one background image and another information image on top of the background image and 2 buttons on top of the information image to navigate to and from different scenes, so here i want to zoomin and zoomout on touch for the information pages. how do i do the zooming ? i tried the pinch and zoom C# script too, but it doesn’t seem to take any effect.