Skip to content

Instantly share code, notes, and snippets.

@R4to0
Created March 20, 2024 19:02
Show Gist options
  • Save R4to0/1eba2f5a287290bd149dc4a25f1878ec to your computer and use it in GitHub Desktop.
Save R4to0/1eba2f5a287290bd149dc4a25f1878ec to your computer and use it in GitHub Desktop.
NullReferenceException: Object reference not set to an instance of an object
at PathSmoothing.ReplacementPathNavigate.PathFollow () [0x00000] in <feab76948ac64b4c999845a3285dc2c1>:0
at PathSmoothing.ReplacementPathNavigate.UpdateNavigation () [0x00017] in <feab76948ac64b4c999845a3285dc2c1>:0
at EntityAlive.updateTasks () [0x000dc] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at EntityAlive.OnUpdateLive () [0x00154] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at EntityEnemy.OnUpdateLive () [0x00000] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at EntityHuman.OnUpdateLive () [0x00000] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at EntityAlive.OnUpdateEntity () [0x00035] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at World.TickEntity (Entity e, System.Single _partialTicks) [0x0011e] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at World.TickEntitiesSlice (System.Int32 count) [0x00037] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at World.TickEntitiesFlush () [0x0000c] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at World.TickEntities (System.Single _partialTicks) [0x000cf] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at GameManager.UpdateTick () [0x00093] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at GameManager.gmUpdate () [0x00336] in <dd87699bea6e432cb1dd88b7a22c5031>:0
at GameManager.Update () [0x00000] in <dd87699bea6e432cb1dd88b7a22c5031>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment