I was wondering if theres a way to make grass ‘blow in the wind’ for a 2D platformer without having to make an animation for it
You could do this using tweens, with movements from one direction to another. You can also use this extension:
The extension is called “Sway”.
Awesome! exactly what I was looking for!