The value for `LastKnownPosition` for units doesnt get updated even with the unit visible and Its always `null` Example: `unit.getLastKnownPosition()` ``` currentPos: [288, 3120] lastPos: null visible: true ```