BoatAttack
BoatAttack copied to clipboard
NullReferenceException
It's an easy fix by adding the following to the OnDrawGizmos() function
if (_pathPoint == null) return;