- Home /
Should I make an animator for each weapon or a master animator with all the weapons in it and call them respectively?
I'm using 2d sprites. Should I just make a giant animation compendium with blendtrees to access each weapon or keep the weapon animation controllers individually?
Are there any smarter ways to handle this kind of thing? I'm looking to have multiple random weapons to drop on each run so the overall index is gonna get somewhat big eventually.
Cheers!
Comment
Your answer
Follow this Question
Related Questions
Using one animation on multiple objects? 1 Answer
Efficient way to instantiate a sprite that plays an animation then destroys itself? (3d space) 1 Answer
add animation frames to existing spritesheet with animations? 0 Answers
Is there a better way to reuse animators on similar characters 0 Answers
Create animation from script 0 Answers