Hi Herald, nope, the skeleton is already in the scene, with an idle animation (this doesn't change) and Starting loop option ticked
We solved it!!! :greatsuccess:
So... we were trying to use the slot before Spine finished the initilialization,
we used the
SkeletonGraphic.Initialize(false);
to wait until this was done and then make use of them. 😃