- Home /
2 Animation Clips, 1 Sprite
Hey everyone. I was wondering if I can play two animations simultaneously on one Sprite Renderer, as I'm still new to Unity animation. I have two layers in my animator; one has movement animations that use multiple sprite frames, and one involves animations that change the sprite's colour. I'd like to be able to play a movement animation (Say, walking) at the same time I'm playing a colour changing animation. Is this possible, or should I try to find another solution? I ask because while it's hitting the colour changing animation in its layer and the walking/movement animation in its layer simultaneously, I only see the walking animation; it doesn't change colour as I'd like it to. Any advice would be greatly appreciated.
Your answer
Follow this Question
Related Questions
How to swap a spriteRenderers source sprite at runtime when used by animator 0 Answers
Can't get my sprite animations to line up perfectly 2 Answers
Animated sprite's bounds not in sync with its visuals 0 Answers
SpriteRender's sprite not changing 1 Answer
How to set sprite size in pixels? 2 Answers