原创 Unity 播放、停止播放、循環播放音頻(筆記)

using UnityEngine; using System.Collections; public class AudioPlay : MonoBehaviour { public static AudioPlay Inst