Search Issue Tracker
Fixed
Fixed in 6000.0.6f1, 7000.0.0a12
Votes
0
Found in
2023.2.0b16
6000.0.0b11
6000.1.0a7
Issue ID
UUM-54951
Regression
No
ARC playback stops due to doppler pitch scheduling
When the doppler effect is high it can cause ARC to stop playing. This could be a particular issue for racing games if using ARC for the car sounds.
Repro
- Open an empty project
- Import the attached package `ARC Doppler Issue.unitypackage`
- Open SampleScene
- Enter play mode
- Wait for a while
Expected: The sound keeps on playing
Actual: The sound stops playing
Note
Watch the recording at the 0:55 mark you can hear that the audio stops. If you want a more consistent repro you can set the speed value to 100 on the Cube game object's Drive Race Car component. Note that you can also hear some empty space between sounds indicating that the scheduling on the offset is not accurate.
This is a continuation of an older issue DCME-1104
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
- VFX Graph font size change does not adjust Sticky Note size when smaller font size is selected
- Rendering Debugger has a “Go to Section” burger button even when the section is already opened and does nothing when pressed
Resolution Note (fix version 7000.0.0a12):
Make the AudioRandomContainer more robust to rapid pitch changes from doppler
Resolution Note (fix version 6000.0.6f1):
Make the AudioRandomContainer more robust to rapid pitch changes from doppler