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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
juan-jo
Oct 14, 2017 09:46
I'm just triying with PlayOneShot and if the pitch is negative it doesn't sound.