Advertisement
BerSun

Untitled

Oct 27th, 2020
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. Pathfinding.NavmeshUpdates.Update () (at Assets/AstarPathfindingProject/Navmesh/NavmeshUpdates.cs:166)
  3. AstarPath.Update () (at Assets/AstarPathfindingProject/Core/AstarPath.cs:859)
  4.  
  5. rgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  6. Parameter name: index
  7. System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  8. System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  9. System.Collections.Generic.List`1[T].set_Item (System.Int32 index, T value) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  10. HedgehogTeam.EasyTouch.EasyTouch.LateUpdate () (at Assets/HedgehogTeam/EasyTouch/EasyTouch.cs:519)
  11.  
  12. NullReferenceException: Object reference not set to an instance of an object
  13. EvilParkCore.Saves.StorageController.Save () (at Assets/Scripts/EvilParkCore/Saves/StorageController.cs:200)
  14. EvilParkCore.Saves.StorageController.ApplicationPauseSave () (at Assets/Scripts/EvilParkCore/Saves/StorageController.cs:427)
  15. EvilParkCore.Saves.StorageController.OnApplicationPause (System.Boolean paused) (at Assets/Scripts/EvilParkCore/Saves/StorageController.cs:442)
  16.  
  17. Failed to create notification.
  18. UnityEngine.Debug:LogError(Object)
  19. EvilParkCore.localpushnotification.PushNotificationsSystem:ScheduleRemindNotifications() (at Assets/Scripts/EvilParkCore/PushNotificationsSystem/PushNotificationsSystem.cs:77)
  20. EvilParkCore.localpushnotification.PushNotificationsSystem:OnApplicationPause(Boolean) (at Assets/Scripts/EvilParkCore/PushNotificationsSystem/PushNotificationsSystem.cs:167)
  21.  
  22. NullReferenceException: Object reference not set to an instance of an object
  23. EvilParkCore.localpushnotification.PushNotificationsSystem.ScheduleGameNotifications () (at Assets/Scripts/EvilParkCore/PushNotificationsSystem/PushNotificationsSystem.cs:107)
  24. EvilParkCore.localpushnotification.PushNotificationsSystem.OnApplicationPause (System.Boolean paused) (at Assets/Scripts/EvilParkCore/PushNotificationsSystem/PushNotificationsSystem.cs:168)
  25.  
  26. NullReferenceException: Object reference not set to an instance of an object
  27. EvilParkCore.GameplaySystem.OnApplicationPause (System.Boolean pause) (at Assets/Scripts/EvilParkCore/GameplaySystem.cs:239)
  28.  
  29. ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  30. Parameter name: index
  31. System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  32. System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  33. System.Collections.Generic.List`1[T].set_Item (System.Int32 index, T value) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  34. HedgehogTeam.EasyTouch.EasyTouch.LateUpdate () (at Assets/HedgehogTeam/EasyTouch/EasyTouch.cs:519)
  35.  
  36. NullReferenceException: Object reference not set to an instance of an object
  37. EvilParkCore.GameplaySystem.OnApplicationPause (System.Boolean pause) (at Assets/Scripts/EvilParkCore/GameplaySystem.cs:228)
  38.  
  39. ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  40. Parameter name: index
  41. System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  42. System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  43. System.Collections.Generic.List`1[T].set_Item (System.Int32 index, T value) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  44. HedgehogTeam.EasyTouch.EasyTouch.LateUpdate () (at Assets/HedgehogTeam/EasyTouch/EasyTouch.cs:519)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement