Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
1.0.0-preview.16
Issue ID
1361772
Regression
No
The default color alpha is shown as 255 in the Inspector but rendered as 0 in the Viewport
Reproduction steps:
1. Open the project attached by the user
2. In the Project window, select the "New UXML Template" Visual Tree Asset
3. In the Inspector, click Open
4. In the UI Builder Hierarchy, select the Image (NewUXMLTemplate.uxml > VisualElement > VisualElement > Image)
5. In the UI Builder Inspector, navigate to the Border section
6. Note that the Color is (0, 0, 0, 255) and the Width is 1 pixel
7. Observe the Image in the UI Builder Viewport
Expected result: The Image has a 1-pixel black border
Actual result: The Image border is invisible because the default color alpha is shown as 255 but rendered as 0
Reproducible with: 1.0.0-preview.15 (2019.4.30f1), 1.0.0-preview.16 (2020.3.17f1, 2021.1.19f1, 2021.2.0b9, 2022.1.0a6)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1344003