protected void ColorPath(Vector3[] pathVector3, Vector3 lastPick) { HexEditor.ColorTargetActive(); HexEditor.ColorRange(pathVector3); if (lastPick != Vector3.back) { HexEditor.ColorTargetSecond(lastPick); } }