public void drawDebug() { if (mNavMove == null) { return; } Vector3[] points = mNavMove.mAgent.path.corners; DebugLine.drawLines(points, Color.blue); }