Author Topic: NGUI opbjects showing through the scene  (Read 5007 times)

Vaupell2

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
  • Can't activate my main profile so had to make a 2.
    • View Profile
    • Evisystems
NGUI opbjects showing through the scene
« on: January 06, 2014, 06:34:27 AM »
all my NGUI objects are in the same layer,
I've tryed ajusting the culing mask of the player cam, so it's not seeing them, but it disables all GUI.

You can see the GUI through all game objects, and thats not nice ;)



Any ideas how i can hide them from the scene view and keep them as GUI ?

Using 3.0.7 because 3.0.8 destroys all dynamic text GUI in this game, so not worth upgrading.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI opbjects showing through the scene
« Reply #1 on: January 06, 2014, 10:36:13 AM »
Main camera's culling mask should not be drawing the UI layer. Only the UI camera should be drawing the UI layer.