Author Topic: Should I disable UIRoot if I'm using UIOrthoCamera?  (Read 2624 times)

appminis-mike

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 32
    • View Profile
Should I disable UIRoot if I'm using UIOrthoCamera?
« on: November 19, 2013, 01:19:19 PM »
I get a message saying that UIRoot should not be active at the same time as UIOrthoCamera. If I'm using UIOrthoCamera on my NGUI camera to maintain proper orthographic camera size, should I disable the UIRoot script on the main NGUI root?

Thank you.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Should I disable UIRoot if I'm using UIOrthoCamera?
« Reply #1 on: November 19, 2013, 08:28:42 PM »
It's one or the other. The two achieve the same functionality. One does it by adjusting the size of the UI, the other does it by adjusting the camera's orthographic size.