Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
- Parameter name: index
- System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
- System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
- System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
- OfficeRiot.Windows.Shop.CategoriesLayout.ScrollTo (Balance.Shop.Categories cat) (at Assets/Scripts/Windows/Shop/CategoriesLayout.cs:71)
- OfficeRiot.Windows.Shop.ShopWindow.ShowCategories () (at Assets/Scripts/Windows/Shop/ShopWindow.cs:77)
- OfficeRiot.Windows.Shop.ShopWindow.OnShow () (at Assets/Scripts/Windows/Shop/ShopWindow.cs:45)
- OfficeRiot.WindowsManagement.BaseWindow.Show (System.Boolean force) (at Assets/Scripts/Management/WindowsManagement/BaseWindow.cs:40)
- OfficeRiot.GuiManagment.NavigationLayout.OpenShop () (at Assets/Scripts/Management/GuiManagment/NavigationLayout.cs:337)
- UnityEngine.Events.InvokableCall.Invoke () (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
- UnityEngine.Events.UnityEvent.Invoke () (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
- 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)
- 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)
- OfficeRiot.UITools.ActivatableButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at Assets/Scripts/UITools/ActivatableButton.cs:34)
- 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)
- 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)
- UnityEngine.EventSystems.EventSystem:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement