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
- [Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
- UI Builder Viewport's Tool Gizmo has deadzones
- SpriteShapes are rendered using multiple draw calls when the SRP Batcher determines their nodes are incompatible in a specific project
- UI Toolkit Debugger "Pick Element" selects Scene view panel when trying to select a world space UI element in the Scene view
- MSAA warnings are thrown when custom post-processing is used and the Scene contains transparent GameObjects
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.