Releases: TylerCode/SuperSimpleSoundSystem
Releases · TylerCode/SuperSimpleSoundSystem
v5.1.0 - Subtitles Refined
This version is compatible with 5.0
Upgrading from version 5.0 may require you to update your subtitle engine within the scene. This is the last update in the 5.x line
If you are using your own subtitle engine, you will need to replace your code during the initialization. Rather than doing the "Initialization" you will subscribe to the event. You can look at S4Subtitles for an example.
Changes
- Updated the subtitle system to use events instead of actions.
- Updated to TMPro for subtitles
- Updated the subtitle prefab to have a background
- Updated the subtitles to NOT fade and instead cut
- Updated to 2020.3.36f1
Fixes
- Fixed an issue with subtitles not triggering (by virtue of changing to events)
v5.0.0 - The Safe Release
This version includes breaking changes from version 4
Upgrading from version 4 will require updating all of your existing code to include using TylerCode.SoundSystem;
. Once you've done that the code should work just as it did before.
Changes
- Moved S4 code into the
TylerCode.SoundSystem
namespace. - Moved example code into the
TylerCode.Examples
namespace. - Replaced all sounds from CC BY 3.0 to new sounds licensed under CC0 1.0
- Updated all example scenes
Fixes
- Better documentation in the example scenes
- Better documentation in general
v4.1.1 Cleaning up some assets
- Removed probuilder grid
- Added new grid assets
- Converted an MP3 asset to WAV for the samples
v4.1.0 - The Release Update!
First official and public release of the tool. Use it for whatever you want. Since it's the first release here is a feature list.
- Crossfade for a single global music track
- Global sound effects
- Playing sounds at certain positions
- Automatically destroying sounds once they're done playing
- Closed Captioning/Subtitles
- Sound management