Advertisement
BerSun

Untitled

Jun 9th, 2020
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. KeyNotFoundException: The given key was not present in the dictionary.
  2. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  3. OfficeRiot.Management.AssetsManagment.AssetsController.GetAsset (System.String name) (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:218)
  4. OfficeRiot.Management.AssetsManagment.AssetsController.GetBackground (System.Int32 bgNumber) (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:70)
  5. OfficeRiot.Gameplay.Floor.BackgroundsPool.GetBackground (System.Int32 areaId, System.Int32 buildingId, System.Int32 floorNumber) (at Assets/Scripts/Gameplay/Floor/BackgroundsPool.cs:55)
  6. OfficeRiot.Gameplay.Floor.BackgroundController.Init (System.Int32 areaId, System.Int32 buildingId, System.Int32 floorNumber) (at Assets/Scripts/Gameplay/Floor/BackgroundController.cs:33)
  7. OfficeRiot.Gameplay.Floor.FloorForPhoto+<>c__DisplayClass6_0.<ReInitFloor>b__0 () (at Assets/Scripts/Gameplay/Floor/FloorForPhoto.cs:46)
  8. OfficeRiot.Management.AssetsManagment.AssetsController+<>c__DisplayClass15_0.<CheckQueue>b__0 () (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:117)
  9. OfficeRiot.Management.AssetsManagment.AssetsController+<>c__DisplayClass14_1.<LoadBackgroundAndProps>b__2 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1[TObject] obj) (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:88)
  10. DelegateList`1[T].Invoke (T res) (at Library/PackageCache/com.unity.addressables@1.5.1/Runtime/ResourceManager/Util/DelegateList.cs:69)
  11. UnityEngine.Debug:LogException(Exception)
  12. DelegateList`1:Invoke(AsyncOperationHandle`1) (at Library/PackageCache/com.unity.addressables@1.5.1/Runtime/ResourceManager/Util/DelegateList.cs:73)
  13. UnityEngine.ResourceManagement.Util.DelayedActionManager:LateUpdate()
  14.  
  15.  
  16.  
  17.  
  18. KeyNotFoundException: The given key was not present in the dictionary.
  19. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  20. OfficeRiot.Management.AssetsManagment.AssetsController.GetAsset (System.String name) (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:218)
  21. OfficeRiot.Management.AssetsManagment.AssetsController.GetBackground (System.Int32 bgNumber) (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:70)
  22. OfficeRiot.Gameplay.Floor.BackgroundsPool.GetBackground (System.Int32 areaId, System.Int32 buildingId, System.Int32 floorNumber) (at Assets/Scripts/Gameplay/Floor/BackgroundsPool.cs:55)
  23. OfficeRiot.Gameplay.Floor.BackgroundController.Init (System.Int32 areaId, System.Int32 buildingId, System.Int32 floorNumber) (at Assets/Scripts/Gameplay/Floor/BackgroundController.cs:33)
  24. OfficeRiot.Gameplay.Floor.FloorController.Init (OfficeRiot.Gameplay.Structure.FloorStructure structure) (at Assets/Scripts/Gameplay/Floor/FloorController.cs:256)
  25. OfficeRiot.GameplayManagement.GameplayController.InitFloor (OfficeRiot.Gameplay.Floor.FloorController floor) (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:360)
  26. OfficeRiot.GameplayManagement.GameplayController+<>c__DisplayClass38_0.<ActivateGameplay>b__1 () (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:168)
  27. OfficeRiot.Management.AssetsManagment.AssetsController+<>c__DisplayClass15_0.<CheckQueue>b__0 () (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:117)
  28. OfficeRiot.Management.AssetsManagment.AssetsController+<>c__DisplayClass14_2.<LoadBackgroundAndProps>b__3 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1[TObject] obj) (at Assets/Scripts/Management/AssetsManagment/AssetsController.cs:99)
  29. DelegateList`1[T].Invoke (T res) (at Library/PackageCache/com.unity.addressables@1.5.1/Runtime/ResourceManager/Util/DelegateList.cs:69)
  30. UnityEngine.Debug:LogException(Exception)
  31. DelegateList`1:Invoke(AsyncOperationHandle`1) (at Library/PackageCache/com.unity.addressables@1.5.1/Runtime/ResourceManager/Util/DelegateList.cs:73)
  32. UnityEngine.ResourceManagement.ResourceManager:Update(Single)
  33. MonoBehaviourCallbackHooks:Update() (at Library/PackageCache/com.unity.addressables@1.5.1/Runtime/ResourceManager/Util/MonoBehaviourCallbackHooks.cs:19)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement