Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
Issue ID
1359230
Regression
No
UIBuilder: Color variables set to color names are not recognized as colors by the auto-complete
Color enum values are not recognized as color by the Variable Completer popup
1 - Create new document in the builder
2 - Add a stylesheet containing
:root {
--my-own-color: blue;
}
.my-style {
height: 100px;
}
3 - Select .my-style selector
4 - In the Inspector, right-click on the label of the Background/Color field and select "Set to Variable"
5- Type "--my-own-color" in the Variable Search field
Expected:
When typing "--", the auto-complete list will display the --my-own-color variable
Actual:
The auto-complete list does not contain the --my-own-color variable
Jira Issue: https://jira.unity3d.com/browse/UIT-1311
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Player crash when switching focus in Exclusive Fullscreen mode with DirectX 12
- 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
Add comment