- Home /
How to use multiple bone rigged sprites for 2d character animations
Hi guys, im building a character for a 2d isometric game and i am currently trying to set up the animations for the 8 movement directions. My partner made 5 rigged bodies, each is made of multiple sprites and has its own animator. We have 18 total animations, 8 for idle and 8 for moving, one for each direction. 6 animations are just mirrored from the respective original ones (reason why we have 5 rigged bodies instead of 8). I wanted to know if it is possible to make this work without the use of spritesheets frame 2 frame animation (I already have that working). So by switching dinamically between rigged bodies depending on the player input (I check for horizontal/vertical input to determine direction). I am not well taught on blend trees and behaviour trees for animators so i dont know if those or other methods are viable for this kind of problem. Is there maybe some type of sprite atlas/sprite stacking method in which i can put all my rigged bodies so that i can call them to be used in sprite render/animator/animation choosing when i check for direction to choose which animation to be picked?
Your answer
Follow this Question
Related Questions
2d Animation sprites - right way? 0 Answers
Evenly distributing sprites in an animation 1 Answer
How to swap sprites? 1 Answer
2d sprite animation issue 2 Answers
2D sprites animation is not working - using tiled texture extended. 0 Answers