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

IMGUI

-

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

  1. Resolution Note (2021.2.X):

    Provide an id using GUIUtility.GetControlID in EditorGUI.PrefixLabel when it is not prefixing any control.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.