Advertisement
Eliskik

Untitled

Sep 12th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. Parameter name: index
  3. System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  4. System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  5. System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  6. RW.Hangar.TonyExtensions.ReplaceItem (RW.UI.ScrollRect_Tony source, System.Int32 currentFirstChild, System.Int32 newFirstChild, System.Collections.Generic.List`1[T] items, System.Int32 displayedChilds, System.Int32 totalChild, System.Int32 childSize) (at Assets/Scripts/Hangar/TonyExtensions.cs:150)
  7. RW.Hangar.TonyExtensions.TonyScroll (RW.UI.ScrollRect_Tony source, System.Int32 currentFirstChild, System.Collections.Generic.List`1[T] items, System.Int32 displayedChilds, System.Int32 childSize) (at Assets/Scripts/Hangar/TonyExtensions.cs:121)
  8. RW.UI.Screens.ScreenGatcha.PanelGatchaInfo+<>c__DisplayClass7_0.<CreateItems>b__1 (UnityEngine.Vector2 vector) (at Assets/Scripts/UI/Screens/ScreenGatcha/PanelGatchaInfo.cs:210)
  9. UnityEngine.Events.InvokableCall`1[T1].Invoke (T1 args0) (at C:/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:207)
  10. UnityEngine.Events.UnityEvent`1[T0].Invoke (T0 arg0) (at C:/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_1.cs:58)
  11. UnityEngine.UI.ScrollRect.LateUpdate () (at C:/Program Files/Unity2018/Editor/2019.2.3f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/ScrollRect.cs:860)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement