Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キューブでいくつかのサウンドを再生しようとしていますが、/assets/sounds に cheers.wav があり、次のように呼び出しています。
Sound cheers = Sounds.CreateSound("cheers"); cheers.Play(1,0);
名前を変更すると CreateSound() メソッドで例外がスローされるため、それがロードされていることがわかります
それらはwavとmp3です。一部のwavは機能しませんでしたが、mp3は正常に機能します