Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: shokinhan on June 29, 2012, 03:37:18 AM

Title: You can't place widgets on a layer different than the UIPanel that manages them.
Post by: shokinhan on June 29, 2012, 03:37:18 AM
What's the means ?

If a gameobject has a panel, the gameobject's children can't has new panel?

If a gameobject has a panel, another gameobject can't be added to the panel?

Thanks!!!!!
Title: Re: You can't place widgets on a layer different than the UIPanel that manages them.
Post by: ArenMook on June 29, 2012, 04:39:26 AM
It means the game object that has UIPanel is on a different layer than the game object of one or more widgets underneath that panel. UIPanel expects the entire hierarchy to have the same layer.