Author Topic: NGUI UGUI Composition  (Read 1613 times)

aammfe

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
NGUI UGUI Composition
« on: October 09, 2016, 06:42:09 AM »
is there any way to use NGUI and UGUI at Same Time?
Means Some Component of NGUI Like "ListView" (WrapConent) with UGUI.


how we can set position and Size of a NGUI Widget According to UGUI Panel..

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI UGUI Composition
« Reply #1 on: October 11, 2016, 09:59:49 AM »
No, they are different UI systems. You can use them side by side, but you can't intermingle various components from separate UI systems.