Grass rendering problem

Hi,
I have a grass rendering problem. The game is all about racing around the city by your bike. But the problem is that the grass is rendering as needed only within some particular distance around the bike so that when I move this ‘circle’ of normal grass around the bike moves with this bike as well. What causes this problem? You can see the problem demonstration on the screenshot below as well as camera settings.

Thank you very much,
Igor.

If I understood your problem correctly grass is getting blur with distance. It could happen when you use Mip Maps, check your texture import settings for grass texture and uncheck "Generate Mip Maps" if it is checked.

@Yash, I tried this solution but it didn't help me :(

1 Answer

1

You need to set your terrain detail distance to your desire.
More info here: Unity - Manual: Terrain settings

Tried and fixed. Thank you :-)