Scripts' Enable/Disable button has a DEBOUNCE ON IT?

Reproduction Steps

Try to enable and disable a script as fast as you can

Expected Behavior

No debounce at on the Enabled property going true/false

Actual Behavior

A debounce on the Enabled property going true/false. This really annoys me since I have a game loop where I delete a few segments to make it compatible with one player. Now, I have to do things QUICK, and this basically puts a wrench in my gears.

Issue Area: Studio
Issue Type: Display
Impact: High
Frequency: Constantly
Date First Experienced: 2022-10-28 00:10:00 (-05:00)

4 Likes

This goes true for all boolean properties… It’s so annoying… This happened when the new UI/Icons are implemented. I got the same issue when making particle emitters I want to simulate a fast enable/disable for effects right on the properties tab. Now I can’t have to make a script just to do that to see the result.

1 Like

Thanks for the report! We’ll take a look.

2 Likes

Hi, this issue should now be fixed. Thanks again for reporting!

2 Likes