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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
This is a duplicate of issue #770301