- Düzenlendi
2 Spine Skeleton Draw Order
Can I put a skeleton between another skeleton draw order? (sorting layer or order in layer)
You can add a SortingGroup
component to your skeleton as usual:
https://docs.unity3d.com/Manual/class-SortingGroup.html
If you mean to layer one skeleton between parts of another skeleton, then please use the provided SkeletonRenderSeparator
component as described here:
spine-unity Runtime Documentation: SkeletonRenderSeparator and SkeletonPartsRenderer
"If you mean to layer one skeleton between parts of another skeleton, then please use the provided"
This was exactly what I needed, worked perfectly! Thank you!
Glad to hear, thanks for getting back to us!