I’m having trouble coming up with the best way to animate my grass on a custom mesh.
I’m using Geo painter from asset store to spray my grass prefab over a custom mesh (none terrain) all it does is create a game object with lots of prefabs (my grass) attached to it.
First I tried using the perlin noise CrumpleMesh script on my prefab, which worked ok apart from being really heavy on CPU with each grass mesh having the script attached, also the base of the grass moved with the top which limited the amount of movement I could use without it looking weird.
Second I tried to wrestle the tree creator into creating a similar mesh (typical crossed up poly) with a wind zone which pretty much works apart from the shader is not the shader I would like to use, the leaves shader looks nasty and no amount of texture or shader tweaking has made it acceptable visually, all I really need is a simple transparent shader for my grass.
Does anyone have advice on how to create this seemingly simple effect?
Thanks in advance
kinl