public void StartGame() { TinySauce.OnGameStarted(); SetIngredientsToTab(); _playerController.StartGame(); _defaultCameraPosition = _mainCamera.transform.position; _defaultCameraRotation = _mainCamera.transform.rotation; _burger.BurgerStableActive(true); _scoreComponent.gameObject.SetActive(true); _gameArrow.SetActive(true); }