概要 SoundPlayer クラスを使用します ソースコード using System.Media; using UnityEditor; public static class Example { [MenuItem( "Tools/Hoge" )] private static void Hoge() { var path = "Assets/Editor/uni1475.wav"; var player = new SoundPlayer( path ); player.Play(); } } 関連記事