private void Start() { _targetPosition = transform.position; playerController.SetDestinationStatus(true); playerAgent.speed = walkingSpeed; }