Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Goosery on July 25, 2012, 12:19:17 PM

Title: Upgrading from 2.08 to 2.12 weird behavior
Post 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!
Title: Re: Upgrading from 2.08 to 2.12 weird behavior
Post by: Goosery on July 25, 2012, 12:34:56 PM
Just for anyone like me, if you restart Unity after upgrade it will not do this.
Title: Re: Upgrading from 2.08 to 2.12 weird behavior
Post by: ArenMook on July 25, 2012, 07:35:41 PM
Starting a new scene prior to the upgrade is important -- did you do that?