MissingReferenceException: The object of type 'Transform' has been destroyed but you are still trying to access it.
UnityEngine.Transform.get_localPosition ()
UIWrapContent.WrapContent () (at Assets/NGUI/Scripts/Interaction/UIWrapContent.cs:157)
UIWrapContent.OnMove (.UIPanel panel) (at Assets/NGUI/Scripts/Interaction/UIWrapContent.cs:62)
UIPanel.set_clipOffset (Vector2 value) (at Assets/NGUI/Scripts/UI/UIPanel.cs:400)
UIScrollView.MoveRelative (Vector3 relative) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:653)
UIScrollView.MoveAbsolute (Vector3 absolute) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:667)
UIScrollView.Drag () (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:789)
UIDragScrollView.OnDrag (Vector2 delta) (at Assets/NGUI/Scripts/Interaction/UIDragScrollView.cs:112)