NullReferenceException: Object reference not set to an instance of an object
UIScrollView.UpdateScrollbars (.UIScrollBar sb, Single contentMin, Single contentMax, Single contentSize, Single viewSize, Boolean inverted) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:488)
UIScrollView.UpdateScrollbars (Boolean recalculateBounds) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:459)
MainScript+<GetContent>c__Iterator4.MoveNext () (at Assets/Scripts/MainScript.cs:216)
NullReferenceException: Object reference not set to an instance of an object
UIScrollView.UpdateScrollbars (.UIScrollBar sb, Single contentMin, Single contentMax, Single contentSize, Single viewSize, Boolean inverted) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:488)
UIScrollView.UpdateScrollbars (Boolean recalculateBounds) (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:459)
UIScrollView.UpdatePosition () (at Assets/NGUI/Scripts/Interaction/UIScrollView.cs:594)
UIProgressBarEditor.DrawLegacyFields () (at Assets/NGUI/Scripts/Editor/UIProgressBarEditor.cs:76)
UIProgressBarEditor.OnInspectorGUI () (at Assets/NGUI/Scripts/Editor/UIProgressBarEditor.cs:25)
UnityEditor.InspectorWindow.DrawEditors (Boolean isRepaintEvent, UnityEditor.Editor[] editors, Boolean eyeDropperDirty) (at C:/BuildAgent/work/d3d49558e4d408f4/Editor/Mono/Inspector/InspectorWindow.cs:850)
UnityEditor.DockArea:OnGUI()