- Home /
 
              This question was 
             closed Feb 22 at 12:37 PM by 
             canerozer44 for the following reason: 
             
 
            The question is answered, right answer was accepted
 
               Question by 
               canerozer44 · Feb 22 at 09:01 AM · 
                terraingrassmissingnot showing  
              
 
              Terrain grass does not show up on runtime
I am trying to add grass by paint details on terrain. But grass does not show up on runtime. Tryed detail density and distance max but doesn't help. I did try same grass texture on a new test project, everything works fine. Same terrain settings, same texture import settings.

 
                 
                ekran-goruntusu-16.png 
                (259.1 kB) 
               
 
              
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by canerozer44 · Feb 22 at 11:33 AM
I found the problem finally. I will leave question and answer if someone needs in the future.
I use orthographic camera and i put the camera far far away. Max distance for paint details in Unity is 250 but my camera position.y was 200, and when calculated 30 degrees look down angle it will be much more than 250.
I made the camera closer and grass came back.