Search Issue Tracker
Fixed in 2023.1.0b12
Fixed in 2023.1.X, 2023.2.X, 2023.2.0a8
Votes
0
Found in
2023.1.0b3
2023.1.0b6
2023.2.0a5
Issue ID
UUM-28063
Regression
Yes
GameObject name does not scale and is not centered within icon
What happened ?
When you assign an Icon to a Game Object, it shows that icon and the object's name within the scene view. This helps with debugging and keeping track of objects.
In the affected versions of the editor, the name of the object is not centered within icon boundary. See below 'Actual Result' section for a screenshot demo.
This does not happen in : 2022.2.8f1 , 2021.3.20f1 , 2020.3.45f1
Steps to Reproduce
- Create an empty project, and add a GameObject to a scene.
- In the upper left of the Inspector panel of that object, assign an 'Icon' to that new object. Make sure to pick the 'capsule' style of icon in order to reproduce issue.
- Observe within the scene view, the icon is shown and the text is not centered. Repro should match the 'Actual Result' screenshot shown below.
Expected Result
The name of the object scales with the relative size of the icon, as the Scene camera is moved. The text is centered within the icon boundary.
Screenshot taken from 2022.2.8f1
!image-2023-02-24-12-29-04-983.png|width=365,height=161!
Actual Result
The text is not scaled to fill the boundaries of the icon, and the text is not centered.
Screenshot taken from 2023.1.0b6
{}!image-2023-02-24-12-26-17-333.png|width=381,height=147!{}T
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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
Resolution Note (fix version 2023.2):
Fixed an issue with text used in Gizmos. It now has the correct size, position and clipping.
Resolution Note (fix version 2023.1):
Fixed an issue with text used in Gizmos. It now has the correct size, position and clipping.