Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: renanse on June 04, 2014, 07:08:00 PM
-
I recently upgraded to Unity 4.5 from 4.3. Prior to the upgrade, I had a user defined layer called UI, which NGUI expects to find. Unity 4.5 adds a default layer called "UI" which then conflicts with my user defined one. This causes some issues, particularly when looking up the "UI" layer since there are two layers with the same name.
Anyone else seeing this issue?
-
In Windward I deleted the custom UI layer, and simply changed my UI to use the newly added built-in layer. However if you don't want to do this, simply rename your old "UI" layer to something else, such as "2D UI".
-
Fair enough, and good to know there's not some magic switch I'm forgetting. :) Switching to the new layer would be a somewhat painful refactor due to the many UI prefabs we have so I'll go with renaming for now. Thanks for the help!