MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
401 stars 105 forks source link

Update MRTK3 buttons and interactables to gracefully handle Spatializer Plugins that require an audio mixer #181

Open IssueSyncBot opened 1 year ago

IssueSyncBot commented 1 year ago

Original issue opened by:

@marlenaklein-msft @marlenaklein-msft


Overview

The Microsoft Spatializer requires that audio sources have a spatialized audio mixer applied to the OutputAudioMixerGroup field. MRTK3 should create a mechanism to automatically configure its interactable's audio source, so to support the project's spatializer plugin.

The solution might be a warning with, Fix It button. Or a component that you add to the scene to automatically patches interable's audio sources. Or a pre-build step that patches scene's audio sources before building.

Whatever the solution is, it should be to opt-in, since not all applications will require spatialization.


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11431

shaynie commented 1 year ago

please reference #27