Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a10
2019.1.9f1
2019.2.0a1
2019.3.0a1
Issue ID
1169234
Regression
Yes
Overriding OnInspectorGUI without EditorGUILayout GetControlRect results in EditorGUI PropertyField invisible/clipped/collapsed
How to reproduce:
1. Open attached project "BugReport-EditorGUIInspectorHeight20191.zip"
2. In Project window, select "MyObject" (or create and select a new one "Assets" -> "Create" -> "ScriptableObject" -> "My Object")
3. Observe Inspector window
Expected result: two variables are visible
Actual result: no variables are visible, there are two dots and a single collapsed line/field
Reproducible with: 2019.1.0a10, 2019.1.11f1, 2019.2.0b10, 2019.3.0a9
Not reproducible with: 2017.4.30f1, 2018.4.5f1, 2019.1.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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2019.3.X):
This is expected behavior. We do need to add GetControlRect to get the desired inspector behavior. The behavior in 2019.1.0a9 was a bug where the text/field were drawn on the wrong space.