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.
Comments (1)
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
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
- Texture2D.PackTextures causes mips 7-9 to turn pink when packed textures are of ASTC 4x4 compression
Barnstormer
Nov 27, 2016 15:37
Same in 5.5.0f2 it seems - It's killing my racing game...