Advertisement
BerSun

Untitled

Feb 11th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. OfficeRiot.Gameplay.Stock.StockView.SwitchSkin (System.Int32 slots) (at Assets/Scripts/Gameplay/Stock/StockView.cs:61)
  3. OfficeRiot.Gameplay.Stock.StockView.Reset () (at Assets/Scripts/Gameplay/Stock/StockView.cs:31)
  4. 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:72)
  5. OfficeRiot.Gameplay.Stock.StockController.Init (System.Int32 id, OfficeRiot.Gameplay.Floor.FloorController floor, OfficeRiot.Gameplay.Stock.StockModel model) (at Assets/Scripts/Gameplay/Stock/StockController.cs:34)
  6. OfficeRiot.Gameplay.Floor.FloorController.SetupFloor () (at Assets/Scripts/Gameplay/Floor/FloorController.cs:133)
  7. OfficeRiot.Gameplay.Floor.FloorController.Init (OfficeRiot.Gameplay.Structure.FloorStructure structure) (at Assets/Scripts/Gameplay/Floor/FloorController.cs:97)
  8. OfficeRiot.GameplayManagement.GameplayController.InitFloor (OfficeRiot.Gameplay.Floor.FloorController floor) (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:80)
  9. OfficeRiot.GameplayManagement.GameplayController.ActivateGameplay () (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:61)
  10. OfficeRiot.Preloader.PreloaderHelper.OnInitDone () (at Assets/Scripts/Preloader/PreloaderHelper.cs:105)
  11. OfficeRiot.Preloader.PreloaderHelper.InitNextController () (at Assets/Scripts/Preloader/PreloaderHelper.cs:98)
  12. OfficeRiot.IncomeManagement.IncomeController+<InitCorountine>d__14.MoveNext () (at Assets/Scripts/Management/IncomeManagement/IncomeController.cs:76)
  13. 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