Skip to content

Releases: vanhaodev/unity-sound-manager

v1.0.3

09 Apr 10:19

Choose a tag to compare

[1.0.3] - 2026-04-03

1. Via Git URL (Package Manager UI)

  1. Open Window -> Package Manager
  2. Click the + (plus) icon in the top left corner
  3. Select "Add package from git URL..."
  4. Paste the URL below:
https://github.com/vanhaodev/unity-object-pool.git?path=Exported/com.vanhaodev.objectpool#1.0.1
https://github.com/vanhaodev/unity-sound-manager.git?path=Exported/com.vanhaodev.soundmanager#1.0.3

2. Via manifest.json

  1. Open file:
    Packages/manifest.json

  2. Add this line into "dependencies":

"com.vanhaodev.objectpool": "https://github.com/vanhaodev/unity-object-pool.git?path=Exported/com.vanhaodev.objectpool#1.0.1"
"com.vanhaodev.soundmanager": "https://github.com/vanhaodev/unity-sound-manager.git?path=Exported/com.vanhaodev.soundmanager#1.0.3"
  1. Save the file and return to Unity (it will auto import)

Full Changelog: https://github.com/vanhaodev/unity-sound-manager/commits/1.0.3