Skip to content

Releases: MathewHDYT/Unity-Audio-Manager

Version 2.1.0 Release

30 Jul 10:48
125a0aa
Compare
Choose a tag to compare

This release includes:

  1. Package as a .zip needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities
  4. Android build of the test project that shows all the current functionalities

Compared to version 2.0.0 this version has added a way to call the AudioManager methods as a fluent interface adjusted the RemoveSound method and created a new method called DeregisterChild

v2.0.0...v2.1.0

Version 2.0.0 Release

09 Jul 17:19
54502e7
Compare
Choose a tag to compare

This release includes:

  1. Package as a .zip needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities
  4. Android build of the test project that shows all the current functionalities

Compared to version 1.9.0 this version has overhauled nearly all methods of the Audio Manager to make full 3D support possible. Additionally 3D play methods have been removed, because now every method can be used with 3D sounds. Additionally two more methods have been added to call the given call-back, when a registered sound changes.

v1.9.0...v2.0.0

Version 1.9.0 Release

19 Jun 13:17
23fbc59
Compare
Choose a tag to compare

This release includes:

  1. Package as a .zip needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities
  4. Android build of the test project that shows all the current functionalities

Compared to version 1.8.0 this version has overhauled and renamed the SubscribeProgressCoroutine to be more dynamic and have the possibility to resubscribe automatically.

v1.8.0...v1.9.0

Version 1.8.0 Release

02 Jun 19:56
Compare
Choose a tag to compare

This release includes:

  1. Package as a .zip needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities

Compared to version 1.7.0 this version has added a few new methods to the Audio Manager and completely overhauled the UI of the Test scene.

v1.7.0...v1.8.0

Version 1.7.0 Release

03 May 16:02
125f1b7
Compare
Choose a tag to compare

This release includes:

  1. Package as a .zip needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities

Compared to version 1.6.0 this version has added Unit Tests for the AudioManager functionality fixed a few bugs found in the source code through unit testing. Updated the AudioManager design structure from a Singelton to a ServiceLocator, which made providing your own custom implementation for both Logging and the AudioManager itself much easier.

v1.6.0...v1.7.0

Version 1.6.0 Release

06 Feb 14:36
Compare
Choose a tag to compare

This release includes:

  1. Package as a .zip needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities

Compared to version 1.5.0 this version has changed and added new 3D methods and additionally create logging for the complete AudioManager, so when a method fails it can be clearly traced back where exactly it failed.

v1.5.0...v1.6.0

Version 1.5.0 Release

21 Jan 17:49
bff9bfa
Compare
Choose a tag to compare

This release includes:

  1. Package as a .zip needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities

Compared to version 1.4.0 this version has separated the AudioManager into a Unity package, to make installing and adding to new projects much simpler and easier.

v1.4.0...v1.5.0

Version 1.4.0 Release

09 Jan 13:20
e64e343
Compare
Choose a tag to compare

This release includes:

  1. Files needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities

Compared to version 1.3.0 this version has multiple updates to add new methods and replace the old way of adding new sound with the new way, which is through AudioSourceSetting scriptable objects. Additionally 3D functionality is now more ingrained in the actual creation of the sound and its settings instead of passing the needed parameters each time we want to call a method that uses a 3D sound.

v1.3.0...v1.4.0

Version 1.3.0 Release

03 Jan 20:12
e64e343
Compare
Choose a tag to compare

This release includes:

  1. Files needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities

Compared to version 1.2.0 this version has multiple updates to add support for the Unity AudioMixer and AudioMixerGroups.

v1.2.0...v1.3.0

Version 1.2.0 Release

20 Nov 17:44
e64e343
Compare
Choose a tag to compare

This release includes:

  1. Files needed to include the Audio Manager in your own project
  2. Documentation of the Audio Manager in its current state
  3. Windows build of the test project that shows all the current functionalities

Compared to version 1.1.0 this version has multiple updates to integrate the AudioError Enum with all methods.

v1.1.0...v1.2.0