I have a Spine model with two skins, I cant find a way to switch the skins using one model.
Do I need to make a separate model for each skin and manually select the skin in the editor for each model, or can you dynamically switch skins via code?
1 Like
Spine isn’t my area of expertise I’m afraid. @sicher, do you know if this can be done?
2 Likes
If you are using Spines inbuilt skin feature that is easy to switch using
go.set("#spinemodel", "skin", hash(skin_string))
Dont know why this has been removed from the documentation. Please add it
/A
6 Likes