Hello Guest

Author Topic: Why doesnt 2dtk hierarchy sort?  (Read 4039 times)

nikolay1243

  • Newbie
  • *
  • Posts: 4
    • View Profile
Why doesnt 2dtk hierarchy sort?
« 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:


Is there a solution?
I need that yellow line above because it's a border to the whole screen

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Why doesnt 2dtk hierarchy sort?
« Reply #1 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..