// Use this for initialization void Start() { dialogue = GetComponent <Dialogue>(); scriptHolder = GetComponent <ScriptHolder>(); narrator = GetComponent <Narrator>(); playerMic = GetComponent <PlayerMic>(); PlayerAudio = GameObject.Find("/OVRPlayerController").GetComponent <AudioSource>(); }
private void Awake() { ScriptHilderObj = this; // Instantiate(Player); }