Releases: Martenfur/FmodForFoxes
Releases · Martenfur/FmodForFoxes
v 3.2.0
Added:
- Added an option to load from stream or from byte buffer for
LoadSound,LoadStreamedSoundandLoadBank.
Changed:
- Made constructors for
Attributes3D,Bank,Bus,EventDescription,EventInstance,VCA,Channel,Soundpublic instead of internal. - Updated to FMOD 2.02.25
- Migrated to NET8.
v3.1.0
v3.0.0
We're back baby!
Breaking:
- Renamed to FmodForFoxes.
- Migrated to .NET6.
- Renamed
TriggerCuetoKeyOff. - Renamed
FMODManagertoFmodManager. - Replaced the
NativeLibraryLoaderclass withINativeLibraryLoader.
Added
- Added fmod_errors header.
Changed
- Removed shared projects.
- Updated to FMOD 2.02.08
- Changed the license to MIT.