Search Issue Tracker
By Design
Votes
0
Found in
2022.3.62f1
6000.0.52f1
6000.1.9f1
6000.3.0a1
Issue ID
UUM-110431
Regression
No
Transparent MeshGenerationContext color is not consistent when using StrokeColor and FillColor with the same color
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/OutdoorsScene.unity” Scene
3. Open “/Assets/Scripts/VectorScriptableObject.cs“ Script
4. Notice that both "Stroke Color" and "Fill Color" are the same
5. Enter the Play Mode
6. Observe the Game view
Expected result: The shape has a consistent color
Actual result: The Transparent colors of the shape are not consistent
Reproducible with: 2022.3.62f1, 6000.0.52f1, 6000.1.9f1, 6000.3.0a1
Reproducible on:
Play Mode
Windows Standalone Player
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
The stroke and fill colors are rendered independently. It is not expected that the opacities of the stroke and fill colors would merge together as a unified opacity.