Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.56k stars 958 forks source link

NullReferenceException #188

Open SiMaLaoShi opened 1 year ago

SiMaLaoShi commented 1 year ago

image image

VengantMjolnir commented 1 year ago

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