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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.