Hi everyone. I've been experimenting with the Mix and Match example script. I'm setting up a character creator in my game and considering the best way to do it. I wanted to check a couple of things here before I jump straight in.
Working from the example script, I've made a similar script to test out on my own characters, which is all working well. The thing I'm not sure about is how it will work when translating what is made in the character creator scene to the game itself. I'm not much of a programmer, so apologies if these are obvious questions.
My in-game player character is a skeleton mecanim. Would the same principles in the Mix and Match example apply, or would it need a completely different solution? I wondered this because the OptimizeSkin method is set up for a skeleton animation. I'm not sure if there's a difference in how they handle skins, so I wanted to check before setting it all up.
Assuming it will work with a mecanim - could I get the for dummies version of how to tell the skeleton mecanim in the player prefab that it should use the skin that was generated in the character creator? I've tried to figure this out myself, but I'm a little out of my depth once I get out of Spine and into C#. π
Any advice is much appreciated.