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
- [macOS] “Input.GetMouseButtonDown” gets set to true when pressing and when releasing the mouse button in the Device Simulator view if "targetFrameRate" is set in the script
- UWP Capabilities are not changed when rebuilding the project
- [Oculus] Lights causing artifacts when Forward+ Rendering is selected
- Game Window Icons are white when in light mode
- Crash on VFXMemorySerializer::StoreObjects when converting to Subgraph Block
Barnstormer
Nov 27, 2016 15:37
Same in 5.5.0f2 it seems - It's killing my racing game...