So I’ve been trying to make good-looking grass with Unity 5 and SpeedTree but I haven’t succeeded yet. As far as I can remember Unity’s own grass simulation is not so beautifull. But the problem with SpeedTree is that usually SpeedTree models have too high polycounts. 10 verticies is just too much for one spike of grass (even if it’s animated), and there should be hundreads of thousands of spikes of grass in one level. So is there a more efficient way of doing grass? I would appreciate a lot if you have a tutorial to link.
And btw, I could make really low-poly stationary grass but on the other hand it’s just stationary.
I’m really happy with it. I just attached the shader to my grass model and I can alter the wind speed, bending rate, and movement time.
I now get the same benefits of having a billboard but with a pretty mesh that casts shadows. Of course, poly count is a problem. I have have Mesh Baker for that though and I believe there is a way to make the shader fade when it’s a set distance from the camera. Someone in the post I linked mentions it but doesn’t show us how he achieved it.
So I’m going to stick with unity after all… I just have learn more about shaders