Devlogs
Minor Update (2.6.1)
A major update to asset to add some additional quality of life features & fix a few errors that may crop up.
🗓️ Release Date: January 8th, 2023
Changes
🎨 Asset Changes
- Added button on the library tab of the audio manager file asset to allow the user to perform a manual scan in the editor to refresh a file. Previously it was a rather tedious process.
- Imporved the performance of the AssetAccessor class.
- Added the header comment for 2023 to all scripts.
🔧 Bug Fixes
- Fixed a bug where the editor would throw an error on the first instance of the audio manager being added to a game object.
- (Community Fix) - A fix added in #1 pull request to fix a null ref with the audio pooling system.