Basically, I have an object that the player needs to pick up to pass each level. What I want to do is when the player picks up that object, an animation of raindrops appear under the player, until they finish the level. I have created an animation for the raindrops falling but cannot figure out how to play it. I tried to create a different animator and linked it to a different avatar mask but the animation will not play. I linked it to a script to play the animation when the object is picked up. The main problem I am having is that I need the raindrops to always be playing after the object is picked up but still be able to play different animations on the player (run, jump, etc). If anyone could help me with this it would be highly appreciated. Btw I am creating a 2D platformer if that helps.
Thanks, Toby.