Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.31 KB

UnityAudioManager

UnityAudioManager is a Package that contains the following components:

  • Audio Manager
  • Event listener ( play, pause audio)

Table of Contents

Requirement

UPM Package

Install via git URL

Requires a version of unity that supports path query parameter for git packages (Unity >= 2022.3.0f1). You can add https://github.com/Long18/UnityAudioManager.git?path=src/UnityAudioManager/Assets/Plugins/UnityAudioManager to Package Manager

image

image

or add "com.long18.extensions-core": "https://github.com/Long18/UnityAudioManager.git?path=src/UnityAudioManager/Assets/Plugins/UnityAudioManager" to Packages/manifest.json.

If you want to set a target version, UniTask uses the *.*.* release tag so you can specify a version like #0.0.1. For example https://github.com/Long18/UnityAudioManager.git?path=src/UnityAudioManager/Assets/Plugins/UnityAudioManager#0.0.1. 1