Cyan_Bean 如上图,能否在spinesprite节点中spine角色的各个图层之间塞入godot节点?即让godot节点显示在spine角色的各个图层之间,而不是让godot节点只能覆盖在spine角色图层的最上方或最下方?
Misaki Cyan_Bean Unfortunately, at this time, it is not possible to split the rendering of a single SpineSprite node, so you will need to display two SpineSprite nodes to separate the front and back. There is an issue regarding this that aims to address the problem: EsotericSoftware/spine-runtimes2689