hi, I now use Unity to develop the game ui. There are some complex animations in the ui made with spine.
Use the SkeletonGraphic component to display the animation. There will be multiple child SkeletonGraphic hanging on the bone of a main SkeletonGraphic object. The SkeletonGraphic child will move synchronously with bone, rotate synchronously, and also have an occlusion relationship with the skin associated with bone.
BoneFollowerGraphic can only solve the problem of movement and rotation. However, at this time, the sub SkeletonGraphic is always displayed on the main SkeletonGraphic. I need the sub SkeletonGraphic display as the corresponding bone