Yep, this works perfectly, many thanks! 🙂
var attachment = skeleton.FindSlot(slotName).Attachment;
var isEnabled = attachment != null;
Could you clarify something:
an attachment can be in multiple slots in the same skeleton or in slots in other skeleton instances.
I was under the impression that attachments can only be in one slot, and can not change parents during an animation.