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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
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.