BerSun

Untitled

Mar 26th, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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.Gameplay.Floor.FloorForPhoto.ShowFake (System.Int32 slotId) (at Assets/Scripts/Gameplay/Floor/FloorForPhoto.cs:95)
  7. OfficeRiot.Gameplay.Floor.FloorForPhoto.MakePhoto (OfficeRiot.Gameplay.Blogger.Signal.MakePhotoByBloggerSignal args) (at Assets/Scripts/Gameplay/Floor/FloorForPhoto.cs:76)
  8. Zenject.SignalBus+<>c__DisplayClass31_0`1[TSignal].<SubscribeId>b__0 (System.Object args) (at Assets/Plugins/Zenject/OptionalExtras/Signals/Main/SignalBus.cs:212)
  9. Zenject.SignalSubscription.Invoke (System.Object signal) (at Assets/Plugins/Zenject/OptionalExtras/Signals/Internal/SignalSubscription.cs:75)
  10. Zenject.SignalDeclaration.FireInternal (System.Collections.Generic.List`1[T] subscriptions, System.Object signal) (at Assets/Plugins/Zenject/OptionalExtras/Signals/Internal/SignalDeclaration.cs:129)
  11. Zenject.SignalDeclaration.Fire (System.Object signal) (at Assets/Plugins/Zenject/OptionalExtras/Signals/Internal/SignalDeclaration.cs:97)
  12. Zenject.SignalBus.FireId[TSignal] (System.Object identifier, TSignal signal) (at Assets/Plugins/Zenject/OptionalExtras/Signals/Main/SignalBus.cs:82)
  13. Zenject.SignalBus.Fire[TSignal] (TSignal signal) (at Assets/Plugins/Zenject/OptionalExtras/Signals/Main/SignalBus.cs:87)
  14. OfficeRiot.Gameplay.Blogger.BloggersController.OnPhoto (System.Int32 areaId, System.Int32 buildingId, System.Int32 floorId, System.Int32 slotId) (at Assets/Scripts/Gameplay/Blogger/BloggersController.cs:211)
  15. OfficeRiot.Gameplay.Blogger.Blogger.FindNewPath () (at Assets/Scripts/Gameplay/Blogger/Blogger.cs:220)
  16. OfficeRiot.Gameplay.Blogger.Blogger.Move (System.Single delta) (at Assets/Scripts/Gameplay/Blogger/Blogger.cs:332)
  17. OfficeRiot.Gameplay.Blogger.Blogger.Update (System.Single delta) (at Assets/Scripts/Gameplay/Blogger/Blogger.cs:112)
  18. OfficeRiot.Gameplay.Blogger.BloggersController.Update (System.Single delta) (at Assets/Scripts/Gameplay/Blogger/BloggersController.cs:272)
  19. OfficeRiot.GameplayManagement.GameplayController.Update () (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:81)
Add Comment
Please, Sign In to add comment