MissingReferenceException: The object of type 'Transform' 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. UnityEngine.Transform.get_localPosition () (at C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineTransformBindings.gen.cs:40)
UIWrapContent.WrapContent () (at Assets/NGUI/Scripts/Interaction/UIWrapContent.cs:193)
UIWrapContent.OnMove (.UIPanel panel) (at Assets/NGUI/Scripts/Interaction/UIWrapContent.cs:92)
UIPanel.set_clipOffset (Vector2 value) (at Assets/NGUI/Scripts/UI/UIPanel.cs:416)
UIScrollView.Press (Boolean pressed) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:759)
UIDragScrollView.OnPress (Boolean pressed) (at Assets/NGUI/Scripts/Interaction/UIDragScrollView.cs:95)
UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
UICamera:Notify(GameObject, String, Object) (at Assets/NGUI/Scripts/UI/UICamera.cs:1503)
UICamera:ProcessPress(Boolean, Single, Single) (at Assets/NGUI/Scripts/UI/UICamera.cs:2224)
UICamera:ProcessTouch(Boolean, Boolean) (at Assets/NGUI/Scripts/UI/UICamera.cs:2453)
UICamera:ProcessMouse() (at Assets/NGUI/Scripts/UI/UICamera.cs:1888)
UICamera:ProcessTouches() (at Assets/NGUI/Scripts/UI/UICamera.cs:2002)
UICamera:Update() (at Assets/NGUI/Scripts/UI/UICamera.cs:1689)