Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
1.0.0
Issue ID
1199515
Regression
No
Gizmos are disabled if you minimize it's script in the inspector
If you minimize a gizmo's script in the inspector, it will also disable it in the prefab scene view. This seems strange as we have a dedicated Gizmo's menu that a user should be able to hook into. Worried this might lead to confusion.
Steps to reproduce
- Open the attached project in 2020.1
- Under Assets > Palettes, double-click "Test Palette" prefab
- Select "Layer1" child in the prefab hierarchy
- Observe attached "Tilemap Gizmo" script in the inspector
- Click the down arrow beside the script icon. This will minimize the script in the inspector
Notice issue >> Gizmos are hidden in the prefab scene view.
Tested
Windows
Unity: 2020.1.0a14
Package: 2D Tile Map Editor 1.0.0
-
Resolution Note:
This is the behaviour for MonoBehaviours with OnDrawGizmos and other MonoBehaviours with Gizmos, and is not specific to Tilemap Gizmos. If their inspector is minimised, the gizmos will not be displayed. You can check this out with the PolygonCollider2D as an example.
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
This is a duplicate of issue #770301