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
- 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 (2021.2.X):
Provide an id using GUIUtility.GetControlID in EditorGUI.PrefixLabel when it is not prefixing any control.