Snake Hello, If I want to create a walk animation for moving down and up (so the character front and back will be in effect respectively), do I create 2 skeletons for walking down and up. Or one skeleton with 2 animations (using the different parts offcourse). Or one skeleton with one animation and then just swap out/in the attachments? Thanks
Pharan Either way works but involves extra work in different places. So it's up to you. I would go with two skeletons. This is not a Unity issue, so I'll be moving this to the editor section so others can see it and comment.
Snake Oh sorry. Yes right that would be editor section. Thank you for your answer. I would assume by 2 skeleton, as in 2 skeletons in one project so when exported they are exported at the same time