private void OnComplete()
 {
     _camera.isFollowing = true;
     _puzzleManager.CheckIfAllPlanetsAreSolved();
 }