void OnValidate() { if (_doSet) { _path = FindObjectOfType<Path>(); _path.SetObstaclesToList(_obstacles); _doSet = false; } }