• Unity
  • spine in unity change skeletondataasset

Now I have two weapons on the same character. Now I want him to be able to switch two weapons at will. The two weapons are different json files with different actions

Related Discussions
...
  • Düzenlendi

I I have replied in this thread here as well:
spine在unity中更换骨骼

Please post you questions at one location (it is preferred to have corresponding Chinese and English text in the same posting), otherwise it will be difficult to follow.
If you need separate animations, then you could use a separate GameObject for the weapon and attach it to a GameObject with a BoneFollower component which follows the hand of the character.