Version: 2022.3
LanguageEnglish
  • C#

AudioSpatialExperience

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Defines the types of audio spatialization experience available in player and audio settings.

The AudioSpatializationExperience setting is only supported on visionOS.

Additional resources: AudioSettings.audioSpatializationExperience

Properties

BypassedThe spatialization post-processing step is bypassed.
HeadTrackedSpatialization is performed based on the user's position and rotation, so head-tracking is enabled.
FixedSpatialization is performed in a fixed, consistent manner. User movements do not affect spatialization.