private void Start() { _audioSource = gameObject.AddComponent <AudioSource>(); _subtitleDisplayer = gameObject.AddComponent <SubtitleDisplayer>(); }