• Unity
  • Is it possible to attach a 3D GameObject to a skeleton?

In my prototype game I'm utilizing a 3D environment with 2D character sprites. Basically, everything aside from the characters are 3D. Is it possible to attach a 3D object in Unity to an attachment slot on a Spine skeleton? For instance, my 2D Spine-animated character could potentially pick up a 3D chair model from the environment and I could set the attachment for the hand slot to the chair and the chair would behave similar to how a 2D sprite attachment would behave?

Related Discussions
...

I would also be interested in the process for this!

Yes. See Skeleton Utility and Submesh Separators.

2 mois plus tard
Mitch a écrit

Yes. See Skeleton Utility and Submesh Separators.

Hi there

I'm having some issue getting this to work :

I selected the submesh I wanted to generate under the advanced tab then I used the skeleton utility to generate the submesh it successfully created the submesh under my spine model hierarchy, however when I attach an object to those submesh in the hierarchy it doesn't move along with them, maybe that's not the way it's supposed to work ?

Thanks