hey guys I am a new user of Unity3d and i would like to learn how I can make my character see in a specific range for example when i go to the game view i see all the enviroment around. So I want to make my player see in a range for example to limit the view of the main camera… Does anybody has any idea?
Actually I have an idea . Move your camera back of the main character select the camera and change it’s perspective in the inspector panel I hope it will work.
Look into setting up fog in the render settings. http://docs.unity3d.com/Documentation/Components/class-RenderSettings.html
Also you can change the far clip plane of the camera to limit what gets drawn.