Search Issue Tracker
Fixed
Fixed in 2023.2.0b16, 2023.3.0a12
Votes
0
Found in
2023.2.0b5
Issue ID
UUM-47270
Regression
No
[Crash] Editor crashes when changing AudioRandomContainer to pulse when in play mode
The editor crashes when having an audio source component set to loop and playing an audio random container while switching Automatic Trigger Mode from Offset to Pulse with Time = 0.00 s
Repro:
# Create an Audio Random Container (Assets > Create > Audio > Audio Random Container)
# Add a clip (attached bark single.wav) to the AudioClips list
# Set the Audio Random Container on an Audio Source component
# Set the Audio Source component loop to true
# Enter play mode
# Set the Automatic Trigger Mode on the Audio Random Container to Pulse while the audio source is playing
Expected: The Time for Pulse is either set to 0.01 s to avoid infinite clips OR the Audio Random Container stops playback
Actual: The editor crashes
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note (fix version 2023.3.0a12):
Fix crash when AudioSource set to loop with AudioRandomContainer set to automatic + pulse + time 0 (no randomization)
Resolution Note (fix version 2023.2.0b16):
Fix crash when AudioSource set to loop with AudioRandomContainer set to automatic + pulse + time 0 (no randomization)