public void SetSessionScore() { targetScore = sessionData.Score; animateScore = true; if (targetScore > 0) { AudioClipPlayer.PlayScoreFill(); } #if DEBUG Debug.Log("Setting session score to " + targetScore); #endif }