Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.2.X
Votes
2
Found in
5.4.2p4
Issue ID
849469
Regression
No
Audio position doesn't keep up with physics movement
An audio source that moves as part of setup in physics does not update correctly, and ends up trailing behind the position of the audio listener.
Reproduction steps:
1. Open the attached project
2. Run the scene Scene_UpdateMovement
3. Observe the audio volume remains constant as the 'player' is moved in Update
4. Repeat in the scenes Scene_FixedUpdateMovement and/or Scene_PhysicsMovement
5. Observe that the audio gets quieter as the player moves faster and faster. Selecting the audio source show the Listener in the graph view as drifting further and further away, but the Transform in the scene always stays the same distance
Expected result:
High speed physics movement shouldn't cause the audio listener to think it's getting further away.
Reproducible in versions 5.3.7f1 (c347874230fb), 5.4.2p4 (e59bdccd995f), 5.5.0b11 (03364468e96e), in-Editor and in-build.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Barnstormer
Nov 27, 2016 15:37
Same in 5.5.0f2 it seems - It's killing my racing game...