Hey guys,
I have a question. I would love to make a game, let's say in Unity2D utilizing the skeletal (bone) system and a paperdoll system. I am thinking about how to make the animations with the actors. Is it common to do the animations separate - meaning I would grab the MC, make animations without the second actor present, do the same for the second actor, and then in the scene call them both, position them and play each of their related animations together? Or is it better to create the animations togeter - meaning grab both actors and create the animations with both of them present and then just call the single animation?
The game would have multiple main characters with different heights, able to engage with many NPC characters, some done with a random gen (same skeleton) and some unique with their own skeletons.
I am unsure whether one is better than the other, how it works for reusing the animation for different actors (it sounds easier to do with separate animations compared to combined ones?) and how this would influence the game's optimization.
Thank you for any input!
I have a question. I would love to make a game, let's say in Unity2D utilizing the skeletal (bone) system and a paperdoll system. I am thinking about how to make the animations with the actors. Is it common to do the animations separate - meaning I would grab the MC, make animations without the second actor present, do the same for the second actor, and then in the scene call them both, position them and play each of their related animations together? Or is it better to create the animations togeter - meaning grab both actors and create the animations with both of them present and then just call the single animation?
The game would have multiple main characters with different heights, able to engage with many NPC characters, some done with a random gen (same skeleton) and some unique with their own skeletons.
I am unsure whether one is better than the other, how it works for reusing the animation for different actors (it sounds easier to do with separate animations compared to combined ones?) and how this would influence the game's optimization.
Thank you for any input!
Last edited: