Search Issue Tracker
By Design
Votes
2
Found in
5.4.0f3
Issue ID
826346
Regression
No
MonoBehavior "Enabled" value is not reset when the checkbox becomes hidden
Reproduction steps:
1. Open the project
2. Open the only scene
3. Select "Enebaledbox" gameobejct and open the "EnabledBox" script attached to it.
4. Comment out Start() method so the checkbox becomes hidden
5. Play the scene.
6. Notice in the console that isActiveAndEnabled returns the value of "Enabled" checkbox.
7. Uncomment Start() method and change the value of "Enabled" checkbox on "EnabledBox" gameobject
8. Repeat steps from 4 to 6
Actual result: Values from both 6 and 8 steps are different.
Expected result: the Enabled state is reset.
Reproduction steps: 5.5.0b1, 5.4.0p3, 5.3.6p3, 5.3.5p8, 5.2.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "The FrameSetting required to render this effect in the Game view depends on a disabled FrameSetting." warning appears when post-processing effects ere enabled in pipeline settings
- Crash on RaiseException when calling maxmath.comb() with the debugger disabled
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
Add comment