Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4
2018.4.30f1
2019.4
2020.3
2021.1
2021.2
Issue ID
1320215
Regression
No
The Component is not disabled/enabled via script until mouse hovers over the Inspector when the Component is collapsed
How to reproduce:
1. Open the attached "1320215_Repro" project
2. Open the Scene "SampleScene"
3. In the Hierarchy select the "GameObject" so the Inspector would show its Components
4. Enter the Play Mode
5. Press the left mouse button in the Game view
Expected results: The "Box Collider 2D" Component in the Inspector is disabled
Actual results: The "Box Collider 2D" Component in the Inspector stays enabled until you hover the mouse over the Inspector
Reproducible with: 2018.4.33f1, 2019.4.22f1, 2020.3.1f1, 2021.1.0f1, 2021.2.0a9
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 (2021.2.X):
Resolved as "Won't fix". This is only a visual behavior caused by optimizations and doesn't affect the actual "enabled/disabled" state of the components. Fixing this missing refresh would potentially lead to a decrease in performance or introduce some bugs, which we think is not worth it at the moment for a small edge case.