Advertisement
BerSun

Untitled

Feb 14th, 2020
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. OfficeRiot.Gameplay.Slot.SlotView.Reset () (at Assets/Scripts/Gameplay/Slot/SlotView.cs:28)
  3. OfficeRiot.Gameplay.ActorController`4[TModel,TBalance,TSave,TView].Init (System.Int32 id, OfficeRiot.Gameplay.Floor.FloorController floor, TModel model) (at Assets/Scripts/Gameplay/ActorController.cs:73)
  4. OfficeRiot.Gameplay.Slot.SlotController.Init (System.Int32 id, OfficeRiot.Gameplay.Floor.FloorController floor, OfficeRiot.Gameplay.Slot.SlotModel model) (at Assets/Scripts/Gameplay/Slot/SlotController.cs:53)
  5. OfficeRiot.Gameplay.Floor.FloorController.SetupFloor () (at Assets/Scripts/Gameplay/Floor/FloorController.cs:130)
  6. OfficeRiot.Gameplay.Floor.FloorController.Init (OfficeRiot.Gameplay.Structure.FloorStructure structure) (at Assets/Scripts/Gameplay/Floor/FloorController.cs:98)
  7. OfficeRiot.GameplayManagement.GameplayController.InitFloor (OfficeRiot.Gameplay.Floor.FloorController floor) (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:80)
  8. OfficeRiot.GameplayManagement.GameplayController.ActivateGameplay () (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:61)
  9. OfficeRiot.Preloader.PreloaderHelper.OnInitDone () (at Assets/Scripts/Preloader/PreloaderHelper.cs:130)
  10. OfficeRiot.Preloader.PreloaderHelper.InitNextController () (at Assets/Scripts/Preloader/PreloaderHelper.cs:123)
  11. OfficeRiot.GuiManagment.GUIController.Init (System.Action callback) (at Assets/Scripts/Management/GuiManagment/GUIController.cs:24)
  12. OfficeRiot.Preloader.PreloaderHelper.<SetupQueue>b__14_0 (System.Action cb) (at Assets/Scripts/Preloader/PreloaderHelper.cs:81)
  13. OfficeRiot.Preloader.PreloaderHelper.InitNextController () (at Assets/Scripts/Preloader/PreloaderHelper.cs:119)
  14. OfficeRiot.IncomeManagement.IncomeController+<InitCorountine>d__14.MoveNext () (at Assets/Scripts/Management/IncomeManagement/IncomeController.cs:77)
  15. UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement