Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


velocityUpdateMode

Whether the Audio Source should be updated in the fixed or dynamic update.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AudioModule
public AudioVelocityUpdateMode velocityUpdateMode { get; set; }

Remarks

Make sure this is set to update in the same update loop as the Audio Source is moved in if you are experiencing problems with Doppler effect simulation for this source. The default setting will automatically set the source to be updated in the fixed update loop if it is attached to a rigidbody, and dynamic otherwise.