Version: 5.5

AudioSource.velocityUpdateMode

매뉴얼로 전환
public AudioVelocityUpdateMode velocityUpdateMode ;

설명

Whether the Audio Source should be updated in the fixed or dynamic update.

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.