Hello. I don’t know how that is possible but if i set my rotation 90 to look down 90 0 0 the grass is not showing but if its less than 90 lets say 89 then the grass is showing up. What is wrong with the camera or unity engine? i am using unity 5 beta.
Default grass in unity is rendered as a billboard, meaning it will always face the camera. If the camera is facing down at a 90 degree angle, the grass will be parallel to the terrain and therefore will not show. If you don’t want this to happen, try making the minimum y in the mouse look script less than 90.
That’s how it works. Grass isn’t displayed when looking straight down. There’s no good way to do it.
Move around at various angles and you’ll see the problem. Try the same thing with grass in an other 3D setting (some free to play MMO, etc… ) and you’ll see a different version of the same problem.