Search Issue Tracker
Fixed
Fixed in 2023.2.14f1, 6000.0.0b11
Votes
0
Found in
2023.2.0f1
2023.3.0a15
6000.0.0b11
Issue ID
UUM-55698
Regression
Yes
ARC throws the infinite loop pulse warning too many times
The warning where you configure an ARC with infinite loop, pulse, and time set to 0 gets thrown when renaming, duplicating, and launching Unity. This warning should only be thrown when setting Automatic Trigger Mode to Pulse or Loop to Infinite. Additionally, the warning contains no explanation that it had automatically set Time to a different value.
Regression details
Regressed in 38086, which fixes a crash when using AudioSource.loop instead of the ARC's loop infinite mode to trigger infinite amount of clips at the same time.
Repro
- Create an ARC (Assets > Create > Audio > Audio Random Container)
- Set Automatic Trigger Mode to Pulse
- Set Loop to Infinite. A warning is expected here
- Rename the ARC asset
Expected: No warning is thrown
Actual: A warning is thrown stating that triggering an infinite amount of samples at the same time in audio random containers is not supported
Definition of done
- The console throws a warning when changing Automatic Trigger Mode to Pulse with Time set to 0.00 s and Loop set to Infinite and the ARC's Time value is automatically set to 0.01 s
- The console throws a warning when changing Loop to Infinite with Automatic Trigger Mode set to Pulse and Time set to 0.00 sĀ and the ARC's Time value is automatically set to 0.01 s
- No warning is thrown when renaming an ARC with Automatic Trigger Mode set to Pulse, Time set to 0.01 s, and Loop set to Infinite
- No warning is thrown when duplicating an ARC with Automatic Trigger Mode set to Pulse, Time set to 0.01 s, and Loop set to Infinite
- No warning is thrown when launching a project that contains an ARC with Automatic Trigger Mode set to Pulse, Time set to 0.01 s, and Loop set to Infinite
- The warning thrown tells the user that it automatically changed the ARC's Time to 0.01 s (optional)
Stack trace
{code:java}
Triggering an infinite amount of samples at the same time in audio random containers is not supported. (Because 'automatic trigger mode' was set to 'pulse', 'time' was set to a very small number, and 'loop' was set to 'infinite'.)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) {code}
{code:java}
[Worker0] Triggering an infinite amount of samples at the same time in audio random containers is not supported. (Because 'automatic trigger mode' was set to 'pulse', 'time' was set to a very small number, and 'loop' was set to 'infinite'.)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&){code}
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version 6000.0.0b11):
Fixed Audio Random Container window frequently throwing warnings when being duplicated/renamed/editor opened if loop/time/trigger mode settings would cause an infinite number of clips. Also fixed the message to clearly state we automatically fix the time property.
Resolution Note (fix version 2023.2.14f1):
Fixed Audio Random Container window frequently throwing warnings when being duplicated/renamed/editor opened if loop/time/trigger mode settings would cause an infinite number of clips. Also fixed the message to clearly state we automatically fix the time property.