AudioSource.velocityUpdateMode

Cambiar al Manual
public AudioVelocityUpdateMode velocityUpdateMode ;

Descripción

Si la fuente de audio debe actualizarse en la actualización fija o dinámica.

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.