Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.49k stars 944 forks source link

NullReferenceException #188

Open SiMaLaoShi opened 1 year ago

SiMaLaoShi commented 1 year ago

image image

VengantMjolnir commented 8 months ago

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