Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4.30f1
2019.1.0a10
2019.4
2020.2
2021.1
2021.2
Issue ID
1311589
Regression
Yes
Label has no indentation in the Inspector when using EditorGUI.PrefixLabel for displaying the label
How to reproduce:
1. Open the user's attached "PrefixLabelBug.zip"
2. Open the "SampleScene" Scene
3. Select the "JustAGameObject" GameObject in the Hierarchy window
4. Observe the "Just a Label" label in the Inspector window
Expected result: "Just a Label" label is slightly indented in the Inspector
Actual result: "Just a Label" label has no indentation in the Inspector
Reproducible with: 2019.1.0a10, 2019.4.20f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a3
Not reproducible with: 2018.4.31f1, 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
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
Resolution Note (2021.2.X):
Provide an id using GUIUtility.GetControlID in EditorGUI.PrefixLabel when it is not prefixing any control.