Author Topic: Panel problem  (Read 2874 times)

jongsan83

  • Guest
Panel problem
« 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.

jongsan83

  • Guest
Re: Panel problem
« Reply #1 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)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Panel problem
« Reply #2 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.