void Start() { // Get Random Path path = WaypointManager.Instance.GetRandomPath(); // Get First Point of Path target = path.GetFirstPoint(); }