Hi,
Is it possible that change some bones sorting layer in one animation?
I know using meshrender I can change the sorting layer of whole skeleton.
But now I need change the sorting layer for some bones of the skeleton, it means the bones in one skeleton have different
sorting layers.
Does anyone know how to make it? Thanks!
Can I change sorting layer in one animation ?
- Изменено
If you have the unitypackage, there is an example scene named "SkeletonRenderSeparator" that has a sample of how to do this.
For more information on the component it describes, you can see this page: Spine-Unity SkeletonRenderSeparator
(our md parser seems to be having some problems. You can check this doc for the content at the bottom https://github.com/pharan/spine-unity-docs/blob/master/spine-unity-skeletonrenderseparator.md. )
Thanks Pharan,
It works well in my project.