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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
This is a duplicate of issue #770301