Search Issue Tracker
Fixed in 6000.0.15f1
Fixed in 6000.0.X, 6000.1.X, future release
Votes
0
Found in
6000.0.5f1
6000.1.0a7
Issue ID
UUM-73045
Regression
No
Audio random container pitch fields can be set beyond their max and min constraints
Steps to reproduce:
- Create and open an empty project.
- Create an audio random container asset (Asset > Create > Audio > Audio Random Container).
- Set the pitch float field to 5000. It clamps to 1200.
- Set the pitch float field again to 5000.
Actual results: It clamps to 2400.
Expected results: It clamps to 1200.
Reproducible with versions:
6000.0.5f1
Tested on (OS): MacOS (M1) 14.4.1
Notes:
- This also applies to clamping to minimum values, i.e. it clamps to -2400 instead of -1200.
- This also applies to the randomize min and max fields.
- This does not apply to any other field, such as volume and time.
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
- Multiple exceptions are thrown after exiting Play mode when Layout Group component is displayed in Debug Inspector and Padding section is expanded
- ScrollView elements are not restored to their original positions after removing a Layout Group with Undo action
- "Assembly with name already exists" errors are thrown when two packages with different technical names resolve to the same namespace
- A Select Scene Entry is added to Undo History when Deleting while a Scene is selected in the Hierarchy
- The Add Component Menu's back arrow accumulates phantom levels when the Menu is repeatedly opened into a Category and closed without selecting
Resolution Note (fix version future release):
Fixed an issue in the Audio Random Container where the pitch field clamp range was inconsistent and could be set beyond the UI clamp range (-1200 and +1200).
Resolution Note (fix version 6000.0):
Fixed an issue in the Audio Random Container where the pitch field clamp range was inconsistent and could be set beyond the UI clamp range (-1200 and +1200).