배경음, 효과음 추가
유니티 게임 종료문
#if UNITY_EDITOR UnityEditor.EditorApplication.isPlaying = false; #else Application.Quit(); #endif