Author Topic: Disposing List Items (solved)  (Read 1718 times)

aammfe

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Disposing List Items (solved)
« on: September 08, 2016, 12:21:51 PM »
i m having difficulty in disposing List Items
when scene is stopped these it shows these errors.

http://prnt.sc/cfotk4

« Last Edit: September 09, 2016, 12:49:31 PM by aammfe »

aammfe

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Re: Disposing List Items (solved)
« Reply #1 on: September 09, 2016, 12:59:57 PM »


Thanx i have soled it

i was execute this
NGUITools.DestroyChildren(wrapContent.transform);

OnDestroy Which was creating these errors..