Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 787 Bytes

Shibuya24UnityAudioManager

Unityのデフォルトオーディオシステムを使ったオーディオ管理クラス

Required

  • UniTask
  • DOTween
  • Shibuya24UnityCommon

Usage

manifest.jsonに追加してください。

"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"info.shibuya24.unity.audiomanager": "https://github.com/baobao/Shibuya24UnityAudioManager.git?path=Assets/Shibuya24UnityAudioManager",
"info.shibuya24.common": "https://github.com/baobao/Shibuya24UnityCommon.git?path=Assets/Shibuya24UnityCommon"

DOTweenをOpenOPMでインストールしてください。
参考記事 : OpenUPMからDOTweenをインストールする