private void Awake() { lives = livesAtStart; isAlive = true; UpdateHealthBar(); if (fadeInOut != null) { fadeInOut.FadeToClear(true); } metrics = GameObject.Find("GameManager").GetComponent <MetricsManager>(); }