Hello everyone! 🌿
I already have my player moving in the game — everything is working fine. I also have plants placed in the scene.
The setup is like this:
PlayerMove handles the player’s movement.
Player handles the player’s animations.
Now I’d like to add a small effect:
👉 When the player collides or walks through the plants, I want the plants to sway or move slightly, as if reacting to the player passing by.
Could someone please show me an example or suggest how to code this effect?
Any help would be very appreciated! 🙏
Thank you!