void Start() { if (mainConversation) { conversationController.SetConversation(mainConversation); conversationController.AdvanceLine(); } SoundManager.instance.Play("Main"); SoundManager.instance.Play("Noise Background"); SetDementiaValue(0); CheckBackground(); StartCoroutine(TitleScreenState()); gameMainCamera = Camera.main; }