private void Start() { player = IntroloopPlayer.Instance; Play(); }
private void Awake() { player = GetComponent <IntroloopPlayer>(); }