• Runtimes
  • draw order control in programming.

Hello! Nate,
I am Ran.

how can i set draw order so that spine animation can cover the tk2dsprite?
I want to control(change) the draw order of spine animation in programming.
Do you know how to do that?

Waiting for your reply!
Thanks!

Related Discussions
...
  • Đã chỉnh sửa

If using spine-tk2d, you can move the skeleton GameObject closer to the screen, so it is on top of other GameObjects. This is standard Unity stuff, nothing specific to Spine. If you mean you want to change the draw order of attachments within your skeleton, you can access the DrawOrder property of the skeleton and sort the slots in the order you like.