I was wondering what's the best way to attach a gameobject (particles system for example) to a certain bone, and then move them together when spine object plays animations.
Is getting bone coordinates all the time and then updating particles system coordinates to match bone the only way, or there is a better solution?