Overlaying an image over a certain camera?

I am creating a little game and I have access to the unity pro trial so I’m able to use all of the features of Unity, I was wondering how I would go about drawing a png image on a certain camera.

1

The sniper rifle scope needs to have a png overlay of a sniper scope but I don’t know how to apply it to only that camera?

yeah it's more like you add another camera that has just that image (very likely using ortho projection, etc)

1 Answer

1

You could use Pro’s RenderTexture, just make a round object to receive that zoomed-in texture. You could make a GUITexture for the PNG to go around it, or use a separate, less-deep camera (different layer) to look and the PNG object.

Also see: http://search.unity3d.com/uss1/?q=sniper+scope&type_of_search=answers