Author Topic: NGUI display Incorrect  (Read 2181 times)

wang_01671

  • Guest
NGUI display Incorrect
« on: December 09, 2013, 10:47:32 PM »
first ,using NGUI 3.0.6 + unity4.2.0
OK, here's my problem.
I created a UI using NGUI,and it looks good.Then ,i try to put a prefab(Includes particle effects, created by unity),the problem comes.
The UI is always above the prefab:(
i try to adjust the Z Axis and depth,but all useless.And about the prefab, OK ,it has no depth..
how can i solve this problem?

sorry for poor English,and i hope you can understand what i say:)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI display Incorrect
« Reply #1 on: December 10, 2013, 01:16:15 AM »
Upgrade to 3.0.7. You can set the render queue on your panels now, which lets you order how things are drawn, thus letting you insert a particle system in-between of panels.

wang_01671

  • Guest
Re: NGUI display Incorrect
« Reply #2 on: December 10, 2013, 06:19:53 AM »
thanks for reply,i will try it later