Skip to content

Commit

Permalink
Removing MRT3's SpatializationMixer property until usage is properly …
Browse files Browse the repository at this point in the history
…defined. (#11681)

Removing the unused spatialized audio setting MRTK3.  May add it back later, once a usage is properly defined.
  • Loading branch information
AMollis authored Jul 6, 2023
1 parent c481803 commit 23cc322
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
6 changes: 0 additions & 6 deletions com.microsoft.mrtk.core/Configuration/MRTKProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ public bool TryGetConfigForSubsystem(SystemType subsystemType, out BaseSubsystem
}
}

/// <summary>
/// The mixer group to use for sounds that are to be spatialized.
/// </summary>
[field: SerializeField, Tooltip("The mixer group to use for sounds that are to be spatialized.")]
public AudioMixerGroup SpatializationMixer { get; set; }

#if !UNITY_EDITOR
private void Awake()
{
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 23cc322

Please sign in to comment.