All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Minor changes and bug fixes.
- Added playable Music asset type.
- Added Spatial Audio Settings asset type for 3D spatialisation.
- Added options for 3D spatialisation.
- Added options to ignore the audio listener.
- Added Playback 'Finished' and 'Paused' event.
- Added SoundEffect and Music 'Played' event.
- Added helper method to convert db to 0-1 range logarithmically.
- Added editor context/menu actions for controlling playback during runtime.
- Renamed Audio class to AudioHelper.
- Added JetBrain annotations.
- Replaced exceptions with Debug.LogError.
- Fixed SoundEffect asset not setting default values when resetting.
- Added DavidFDev folder to contain component and scriptable object in create menus.
- Initial release.