Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2.0b10
Issue ID
1174644
Regression
No
[Scripting] Custom Editor's toggle in hierarchy window does not work if it overlaps with SceneVis/Foldout/GameObject Lock
Using EditorApplication.hierarchyWindowItemOnGUI to show a toggle on the left of a GameObject in Hierarchy, it does not accept click if it overlaps with SceneVis/Foldout/GameObject Lock.
Steps to reproduce:
1. Open attached project
2. Click on check-box in the Hierarchy window next to any GameObject
Note:
Modify the value of r.x in the CustomEditorHierarchy script to move the toggle to overlap onto one of the three: SceneVis, Foldout or GameObject Lock.
Actual result:
The toggle ignores the mouse click and its state does not change
Expected result:
The toggle accepts the mouse click and its state changes accordingly
Reproduced in:
2019.3.0a12, 2019.3.0a11, 2019.2.0b10, 2019.1.0a10 (SceneVis introduced), 2018.4.4f1 (Foldout)
Environment:
Windows & Mac
Note:
See attached video
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (2019.3.X):
This is a restriction of the hierarchy view. In a future iteration of the hierarchy we will take this into account.