You can't place widgets on a layer different than the UIPanel that manages them. If you want to move

18 篇文章 0 订阅

今天用NGUI制作一个界面,运行起来之后报了一堆警告:

You can't place widgets on a layer different than the UIPanel that manages them.

If you want to move widgets to a different layer, parent them to a new panel instead.

意思是ui里有对象的Layer与父对象的不一致,unity需要先把所有的layer转为一致才会渲染。大量的warning影响untiy性能,导致ui渲染变慢。在制作ui时要把他们都指定为同一layer,否则界面大量ui显示时在控制台里会产生大量warning。

官方论坛的解释是:

It means the widget you've added is on a different game object layer than the parent panel. It force-changes the layer for you as it gives you the warning, but I suggest using NGUITools.AddChild / NGUITools.AddWidget functions to add your widgets rather than doing so manually via GameObject.Instantiate / AddComponent.



评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值