How to make Grass and water and mud animated

How should I make my grass and water and mud look better in my top down game? It looks kinda like a zelda game but I want them to be animated and look full

You can use shaders to achieve different visual effects.

Thank you, but I want animated grass like it blows in the wind or water ripples or waterfalls are animated but you answer helped me too

Yes, you can use shaders to animate water or grass. That’s a perfect use case for shaders.

What shader would be best for that?

You need to either write your own, or find one online.

Is it a specific type of shader that does that?(sorry for asking so much questions)

I suggest you read up on what shaders are to learn more. Shaders are basically small bits of code that changes how certain things look.

2 Likes