MissingReferenceException: The object of type 'UILabel' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
NGUI道具窗口,一个panel上有个UILabel用来点击显示道具介绍。结果多点几下就会跳这个红,别的场景带着道具管理类切回来也一定几率跳这个。
奇怪的是发布成EXE或安卓APK测试都完全没问题,难道是我的unity或者是NGUI有毛病了?
Your script should either check if it is null or you should not destroy the object.
NGUI道具窗口,一个panel上有个UILabel用来点击显示道具介绍。结果多点几下就会跳这个红,别的场景带着道具管理类切回来也一定几率跳这个。
奇怪的是发布成EXE或安卓APK测试都完全没问题,难道是我的unity或者是NGUI有毛病了?