Search Issue Tracker
Fixed in 2022.3.11f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 2023.3.0a8
Votes
0
Found in
2021.3.30f1
2022.3.10f1
2023.1.11f1
2023.2.0b10
2023.3.0a5
2023.3.0a8
Issue ID
UUM-49089
Regression
No
UI Builder: "Select RenderTexture" title needs small update as it misses a space
Steps to reproduce:
- Create a project
- Window->UI Toolkit->UI Builder
- Go to the "Controls" window and find "Button"
- Double-click on it
- Verify, that button becomes added
- Select it
- Verify, that its data becomes displayed in the "Inspector" window
- Find the "Background" section in the "Inlined Styles" section
- Expand it
- Change the "Texture" option to the "Render Texture" option in the "Image" area
- Open the "Select RenderTexture" modal by clicking the background image selection field.
- Observe the modal title
Actual result: The title is "Select RenderTexture". Added screenshot in the "Attachments" section.
Expected result: The title should be "Select Render Texture" as in all other sections we see two words. So modal title should be consistent with other places.
Reproducible with: 2021.3.30f1, 2022.3.10f1, 2023.1.11f1, 2023.2.0b10, 2023.3.0a5.
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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note (fix version 2023.1):
Fixed UUM-49089 @karl:
Editor: Fixed the Object Selector window title so it used nice names to match the ObjectField label.