Version 7.1.5
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
- Added additional details to log messages regarding fatal network exceptions.
- Changed
IsUserActivated
method inVoiceBroadcastTrigger
to beprotected virtual
instead ofprivate
. - Pooling more playback objects, reducing allocation churn in very large sessions.
Bug Fixes
- Fixed an issue that could cause players to be muted when another player left the session.
- Fixed a potential null reference exception triggered by the microphone failing to start.
- Fixed a small leak of AudioClip objects.