Hi,
we are building a multi skeleton player controller in our game.
Until last month i was using a heavily modified version of the spine multi script, from the example files.
Since we are using a specific framework for the game (adventure creator), we had to update our approach for sequencing reasons.
I found a script from a different coder and adapted it, which links spine/unity runtime better to the framework.
In this script, the player controller consists only of one unity object and therefor one skeleton animation component.
If the direction-based skeleton is switched, he simple reloads another data asset into the skeleton animation component.
Is this a viable approach or will it lead to problems? (i am asking because in the example there are multiple objects, each with its own skeleton animation component).
if this is a viable option, could anybody tell me the right initalization sequence for this approach (in which order should i call which functions for flipping(x/y), skin setup, order in layer etc.)
thanks in advance
kind regards,
Max