Search Issue Tracker
By Design
Votes
0
Found in
6000.0.58f1
6000.2.4f1
6000.3.0b2
6000.4.0a1
6000.5.0a1
Issue ID
UUM-117470
Regression
No
“Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
Steps to reproduce:
1. Create new Unity project
2. Create Audio Random Container (Project window > Create > Audio > Audio Random Container)
3. Make sure Audio Random Container Asset is selected in Project window
4. In Inspector window press “Edit Audio Random Container”
5. In “Audio Random Container” window > Audio Clips numeric field enter large number (for example “1000000”)
6. Press Enter
7. Observe the Editor
Actual results: The number field should have a limit to a number which can be entered, Editor is responsive
Expected results: Editor is unresponsive, user can add unlimited number in the field
Reproducible with versions: 6000.0.58f1, 6000.2.4f1, 6000.3.0b2
Tested on (OS): macOS Silicon, Sequoia 15.6 (M1)
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
The list allows the user to add as many clips as they would like, this is consistent with other lists on components e.g Materials on a MeshRenderer. It is up to the user to not overload this list. In this particular case for the AudioRandomContainer it is highly unlikely that a user would add 10000 clips.