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?