hello everybody, i am a new mem I have a problem, i WANT is zooming 1 image background in gun game using binoculars, game3d is very easy but I used in game2d.
Camera.main.orthographic = true;
Camera.main.orthographicSize = 5;
or view zoom …vv and I found scene screen is ok, but game screen is not… :(( help me
…thank you…i am used unity 2D 4.6 beta.
Hi,
From my understanding of your problem You can use two camera and set the culling mask in the inspector.
thanks
thank you but one or two camera will be , but i have a question , I want to move the camera go to the mouse click position to enlarge.
One way for a zoom effect I’ve used in the past involves using the cameras FOV - but what about using a second camera to move closer to the object and capture the image to a RenderTexture?
thank you , I did it ^^
