So here's what I'm trying to figure out, I'm working on an attachment system for some weapons. And I need a way to add attachments that will follow the gun's rotation and position. I've tried using spine attachments and having different images as children of it, and then using SetAttachment or whatever the function is to change what is being displayed. But I need a more efficient and programmatic way to do this. Because when I have 40 weapons, and I want to add a new attachment. I don't want to go into each and every Spine project and add the images that way. I'd rather add the Slot where I want them to go. And then add a TK2D sprite as a child of that Slot/Bone in Unity.
Can I do this?
Thanks.