Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jongsan83 on April 20, 2012, 01:31:19 AM

Title: Panel problem
Post by: jongsan83 on April 20, 2012, 01:31:19 AM
I pressed "Create Your UI" button.
-> UI Root (2D), Camera, Anchor, Panel are generated.
-> I did scene saving.
-> Console view wrote "Cleaning up leaked objects in scene since no game object, component or manager is referencing them Texture2D has been leaked 1 times." message

Is this NGUI's bug?

ps. If I use NGUIEditorTools.DrawSeparator() then occur same situation.
Title: Re: Panel problem
Post by: jongsan83 on April 20, 2012, 01:45:00 AM
Addition..

Create Your UI -> Select panel game object -> Save scene.


I expect.. NGUIEditorTools.DrawSeparator()'s problem..
select panel game object -> UIPanel (Script) poped in Inspector -> Can see gray space (Maybe NGUIEditorTools.DrawSeparator)
Title: Re: Panel problem
Post by: ArenMook on April 20, 2012, 07:13:45 AM
The "cleaning up" message is a Unity notification telling you that dynamically generated textures / objects were used. It's harmless, and just how Unity works.