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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.