Releases: Martenfur/FmodForFoxes
Releases · Martenfur/FmodForFoxes
v 3.2.0
Added:
- Added an option to load from stream or from byte buffer for
LoadSound
,LoadStreamedSound
andLoadBank
.
Changed:
- Made constructors for
Attributes3D
,Bank
,Bus
,EventDescription
,EventInstance
,VCA
,Channel
,Sound
public 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
TriggerCue
toKeyOff
. - Renamed
FMODManager
toFmodManager
. - Replaced the
NativeLibraryLoader
class withINativeLibraryLoader
.
Added
- Added fmod_errors header.
Changed
- Removed shared projects.
- Updated to FMOD 2.02.08
- Changed the license to MIT.