Version 7.0.1
As of April 20th 2020 Unity 2017.4 LTS
has reached the end of it's support lifetime. This release of Dissonance removes support for Unity 2017.4 LTS
, the minimum supported version is now Unity 2018.4 LTS
.
If you find an issue in Dissonance or want to request a new feature please report it on our issue tracker or on Discord.
New Features
- Improved VU meter used in inspectors.
- Upgraded
Dark Rift 2
integration to use the latest version ofDark Rift 2
.
Bug Fixes
- Fixed
DllImport
of native plugins on MacOS in Unity2019.x
. - Fixed a spelling error in
DissonanceComms.SubcribeToRecordedAudio
method, useDissonanceComms.SubscribeToRecordedAudio
instead. - Fixed an issue with
DissonanceComms.IsMuted = false
not applying instantly. - Removed
#if UNITY_EDITOR
blocks around some serialized state which would cause warnings to be spammed in player builds.
Known Issues
- Third party spatialization plugins do not always work in
Unity 2019.x
, please comment on #188 if you encounter this issue.