Advertisement
BerSun

Untitled

Apr 17th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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. OfficeRiot.Windows.Shop.ShopCategoryItem.Setup (System.Boolean big, Balance.Shop.ShopData item, System.Action buyAction) (at Assets/Scripts/Windows/Shop/ShopCategoryItem.cs:97)
  7. OfficeRiot.Windows.Shop.ShopCategory.SetupItem (System.Boolean big, Balance.Shop.ShopData item, UnityEngine.Vector2 pos) (at Assets/Scripts/Windows/Shop/ShopCategory.cs:140)
  8. OfficeRiot.Windows.Shop.ShopCategory.SetupItems (System.Collections.Generic.List`1[T] items, System.Int32 fromIndex, System.Single yPos) (at Assets/Scripts/Windows/Shop/ShopCategory.cs:122)
  9. OfficeRiot.Windows.Shop.ShopCategory.Show (Balance.Shop.Categories category, System.Collections.Generic.List`1[T] items, System.Action`1[T] onBuy) (at Assets/Scripts/Windows/Shop/ShopCategory.cs:78)
  10. OfficeRiot.Windows.Shop.CategoriesLayout.SetupCategory (System.Int32 index, Balance.Shop.Categories category, System.Collections.Generic.List`1[T] items) (at Assets/Scripts/Windows/Shop/CategoriesLayout.cs:162)
  11. OfficeRiot.Windows.Shop.CategoriesLayout.UpdateCategoriesList (System.Collections.Generic.List`1[T] categoriesItems) (at Assets/Scripts/Windows/Shop/CategoriesLayout.cs:139)
  12. OfficeRiot.Windows.Shop.CategoriesLayout.OnShow (System.Collections.Generic.List`1[T] categoriesItems) (at Assets/Scripts/Windows/Shop/CategoriesLayout.cs:61)
  13. OfficeRiot.Windows.Shop.ShopWindow.ShowCategories () (at Assets/Scripts/Windows/Shop/ShopWindow.cs:59)
  14. OfficeRiot.Windows.Shop.ShopWindow.OnShow () (at Assets/Scripts/Windows/Shop/ShopWindow.cs:41)
  15. OfficeRiot.WindowsManagement.BaseWindow.Show (System.Boolean force) (at Assets/Scripts/Management/WindowsManagement/BaseWindow.cs:40)
  16. OfficeRiot.GuiManagment.NavigationLayout.OpenShop () (at Assets/Scripts/Management/GuiManagment/NavigationLayout.cs:274)
  17. UnityEngine.Events.InvokableCall.Invoke () (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
  18. UnityEngine.Events.UnityEvent.Invoke () (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
  19. UnityEngine.UI.Button.Press () (at /Applications/Unity/Hub/Editor/2019.2.6f1/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/Button.cs:68)
  20. UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at /Applications/Unity/Hub/Editor/2019.2.6f1/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/Button.cs:110)
  21. OfficeRiot.UITools.ActivatableButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at Assets/Scripts/UITools/ActivatableButton.cs:31)
  22. UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at /Applications/Unity/Hub/Editor/2019.2.6f1/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/EventSystem/ExecuteEvents.cs:50)
  23. UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) (at /Applications/Unity/Hub/Editor/2019.2.6f1/Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/EventSystem/ExecuteEvents.cs:261)
  24. UnityEngine.EventSystems.EventSystem:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement