- Home /
Blurred view at nearest distance
As per my title suggest in my game, I am seeing blurry view after even 10 units distance. I want clear view in my game scene but can't able to find any way to clear view. Blurriness you can clearly see in road stripes.
Following picture represent what I am trying to say. 
I want scene to be clear in view. I have played with property of render setting as well camera.
Also I am new to 3d game development so it might be possible I am doing some fully mistake. Please give some suggestion in this.
Answer by siddharth3322 · Apr 30, 2015 at 11:33 AM
I found solution for this problem. For each imported texture there is Aniso Level option. In that you have to mention at how much distance you want clear object.
For this texture I have set 10 and my problem is solved. Thanks for all this help.

Answer by alok-kr-029 · Apr 30, 2015 at 10:57 AM
Did you used antialising
@alok.kr.029, thanks for your reply. I don't know anything about antialiasing. If you give some detail then I will check form that also.
Have a look at this, and probably read up on 'Anisotropic Filtering' in general.
http://docs.unity3d.com/ScriptReference/AnisotropicFiltering.html
Your answer
Follow this Question
Related Questions
How can I get a Capsule to move and rotate in the direction the cam is facing? 1 Answer
Different camera aspect ratios/resolutions? 1 Answer
Unity4 problem - Bypassing camera renderTexture with ReadPixels but system out of memory 1 Answer
Months after I left my Bootcamp demo alone, I can't see anything anymore.. 1 Answer
Send live camera from Unity game play to youtube or vimeo 2 Answers