Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Goosery on July 25, 2012, 12:19:17 PM
-
I had 2 GUIs(UIRoot) in the scene. When the scene loads, one will be turned off(Multiplayer Menu), the other will stay on(Main Menu). When user clicks "multiplayer button" the MainMenu and all its children will be active=false and the Multiplayer Menu will be active=true.
This used to work in 2.08, but now, even when one of the GUIs is not active, it is still visible, I can't turn it off!
-
Just for anyone like me, if you restart Unity after upgrade it will not do this.
-
Starting a new scene prior to the upgrade is important -- did you do that?