Skip to content

Releases: RoyTheunissen/FMOD-Syntax

v0.2.2 - Fixed SmoothDamp being able to return NaN

15 Mar 20:21
bc4018c
Compare
Choose a tag to compare
  • Fixed Smoothdamp being able to return NaN (because Unity's can do that if Time.timeScale is 0. Yes, really.)

v0.2.1 - Improved playback cleanup

06 Jan 11:50
Compare
Choose a tag to compare
  • Improved cleanup of event / snapshot playback

v0.2.0 - Snapshot Parameters

29 Aug 16:11
8ff201c
Compare
Choose a tag to compare
  • Snapshots are now more like regular Events and fully support parameters. Classes are now generated for every snapshot, with fields for every parameter they have other than one called 'Intensity'.
  • Snapshots now support a parameter called Intensity by default. You can create this parameter in FMOD by right clicking the Intensity slider of a Snapshot and selecting Expose as Parameter. This lets you easily fade in/out any snapshot. Note that this functionality only works if you exposed the Intensity setting via a parameter, and will throw an warning when it's missing.

NOTE: Snapshot code changed and you will have to regenerate FMOD code before it compiles again.

v0.1.9 - Unassigned Snapshot Reference fix

29 Aug 15:52
b194570
Compare
Choose a tag to compare
  • Fixed an exception to do with unassigned snapshot references

v0.1.8 - Snapshot References

26 Aug 09:00
4a9b988
Compare
Choose a tag to compare

image

  • Created a SnapshotReference class to select a snapshot via the Inspector, similar to AudioReference

v0.1.7 - Added utilities for tweaking volume continuously

23 Aug 08:56
3e16cd2
Compare
Choose a tag to compare
  • Added utilities for tweaking volume continuously:
    • Added MoveTowardsVolume for linearly moving the volume of a playback instance towards a target
    • Added SmoothDampTowardsVolume for smoothly moving the volume of a playback instance towards a target

v0.1.6 - Added a way to set the volume of a playback instance

23 Aug 07:46
d6d5548
Compare
Choose a tag to compare
  • Added a way to set the volume of a playback instance

v0.1.5 - Added way to check if audio config is assigned

28 Mar 12:23
449d716
Compare
Choose a tag to compare
  • Added a way to check if an audio config is assigned

v0.1.4 - Improved Event Sorting

01 Feb 10:06
6255a2d
Compare
Choose a tag to compare
  • Improved event sorting to try and prevent generated code being reordered

v0.1.3 - Fixed parameterless FmodLabelEnum constructor

19 Jan 18:38
Compare
Choose a tag to compare
  • Fixed the FmodLabelEnumAttribute class not calling its base constructor correctly