- Home /
How do you fix terrain grass getting darker with distance?
The grass seems to step darker using distance from the camera. I don't know what is causing it and I have tried playing with all of the terrain settings to no avail.
Answer by DerpMooseFish · Sep 08, 2020 at 06:33 AM
Doesn't entirely fix the problem, but I've tried making the grasstexture image a desired color instead of using white and having unity color them using the healthy and dry color settings and it doesn't darken nearly as much and as close.
Answer by Krnitheesh16 · 4 days ago
Check your Grass's material.
Set Shader to "Shader Graphs/TerrinaGrass"
and you can tweak Distance Fade to change color according to the distance. By default, "Fade Color" is Black, so you can change the Fade Color to your desired color. (Mine is Green)
You can also change "Distance Fade Start" and "Distance Fade End"
Your answer
Follow this Question
Related Questions
How do I set the MaterialPropertyBlock for terrain grass? 0 Answers
Unity terrain grass extremely weird 0 Answers
Terrain grass invisible in editor 1 Answer
Grass not getting original texture, generating grass in a good way? and more 0 Answers
Hello! I have a problem. How can I make a script to remove the grass when a cube is falling? 0 Answers