Hello, I'm new to Spine. I have researched online to find a tutorial on making a top-down perspective character (like traditional RPGs,.front, back left, and right), and it seems like there's not much support for it.
Since I'm making a top-down perspective character, I need four poses for the character, front, back, left, and right. My current approach is to have four different spine projects for each pose and export them separately. It works, but it's not a great solution since there are four export files for unity, and it is hard to make changes between each pose. I have tried put all the skeletons into one project but when I export them it still export those skeleton seperately.
My question is, is there a way to put those four poses into a single spine project and export only one copy of the file that can be implemented into Unity? Thanks!