Skip to main content
Version: 14 Oct 2024

Unity Soundfield (MSA) Plugin

Release Notes 3.4.8

  • Bug Fixes for two race conditions causing infrequent crashes
  • Reduced log spam at ‘Info’ log level

Known Issues

  • Sample scenes included with the MSA plugin have not been updated with the new MLSDK workflow using OpenXR. These examples can be built and deployed as is provided the package com.unity.xr.magicleap 7.0.0 is installed in the Unity project, with the OpenXR checkbox under Project Settings -> XR Plug-in Management left unchecked in the Android tab. Options under Project Settings -> XR Plug-in Management -> OpenXR should also remain unchecked to build these examples, which will be updated with the new workflow in a future release.

ChangeLog entries from 3.4.7 to 3.4.8

  • Correct active source thread protection to prevent out of range exception
  • Changed internal container used to store sources to prevent invalid access fault
  • Move source property update logs from Info to Verbose log level