2D Toolkit Forum

2D Toolkit => Support => Topic started by: nikolay1243 on October 04, 2017, 05:03:54 pm

Title: Why doesnt 2dtk hierarchy sort?
Post by: nikolay1243 on October 04, 2017, 05:03:54 pm
Hi,

I'm wondering why 2dtk sprites dont hierarchy sort like unity ui's images?

here's an image of my problem:
(http://clip2net.com/clip/m560450/e3e70-clip-32kb.jpg?nocache=1)

Is there a solution?
I need that yellow line above because it's a border to the whole screen
Title: Re: Why doesnt 2dtk hierarchy sort?
Post by: unikronsoftware on October 04, 2017, 09:35:14 pm
Hi Unity UI draws and sorts in a different way to the rest of Unity. Unity UI should draw on TOP of tk2d sprites in the game window though, unless you've set it to be a world space UI? I can't really tell from your screenshot how you have set this up..