
Adding a Pixi Object to a Slot in Pixi…
It is a common scenario to have dynamic information within an animation, such as UI with dynamic text or a character holding different items. In such cases, we may want to add a child Pixi object (such as BitmapText, Sprite, Container, or even another Spine) to a slot of a Spine animation and have it follow the slot’s transformation during the animation.
Read more “Adding a Pixi Object to a Slot in Pixi Spine”