Author Topic: Remove UI Root and UI Camera ?  (Read 1891 times)

tnbao91original

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 41
    • View Profile
Remove UI Root and UI Camera ?
« on: July 07, 2014, 10:40:35 PM »
I dont' like scaling style like NGUI, may i remove UI Root and UI Camera ? NGUI will work without them ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Remove UI Root and UI Camera ?
« Reply #1 on: July 08, 2014, 11:28:34 AM »
Yes, it will work fine. All you need is a UIPanel in order to draw UI elements. Everything else is optional.

Note that dragging elements from the prefab toolbar won't work without a UIRoot though.