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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Barnstormer
Nov 27, 2016 15:37
Same in 5.5.0f2 it seems - It's killing my racing game...