Search Issue Tracker
Fixed
Votes
0
Found in
Issue ID
706059
Regression
No
[AudioSource]Audio with negative pitch doesn't play when loop is disabled
How to reproduce:
1) Create and Audiosource
2) Add an AudioClip
3) Configure the Audiosource with a negative pitch value like -1 and enable play on awake
4) Press play. You will not hear the sound
5) Enable loop and play again. Audio will play
By Design: User shouldn't use negative pitch value, unless one wants the clip to play backwards in the loop. If user wants it to play once through backwards, firstly he/she needs to set the position with AudioSource.time to the end of the clip and then play it.
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- 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
juan-jo
Oct 14, 2017 09:46
I'm just triying with PlayOneShot and if the pitch is negative it doesn't sound.