Advertisement
BerSun

Untitled

Oct 27th, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 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. ArgumentOutOfRangeException: 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement