Search Issue Tracker
Fixed in 6000.0.41f1
Fixed in 6000.0.X, 6000.1.0b9, 6000.2.X, future release
Votes
0
Found in
6000.0.0b1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-78993
Regression
Yes
UsageHints.DynamicColor ineffective on text (sdf, raster and color emoji) and texture tint
Steps to reproduce:
- Launch the editor and open the Graphics Tests suite
- Open scene 990-UIToolkit-DynamicColor
- Load RenderDoc
- Enter Play Mode
- Open the UI Toolkit Debugger and click Break Batches
- Take a renderdoc capture
- Observe the vertices of the last row (children of {}DynamicNextFrame{})
Expected results:
They should be opaque white because their color is changed from white to other colors on the second frame only. DynamicColor should have prevented the vertices from being regenerated with the new color.
Actual results:
The vertices of text elements and textured+tinted elements are not white.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
- URP _EMISSION keyword removed from Material when Global Illumination is set to None
- Adding “Entities Graphics Stats Drawer (Script)” Component in Inspector spams “InvalidOperationException: using UnityEngine.Input with Input System active” errors in the Console window
- "New Project" creation window shows only "Project name" instead of "Project Name & Location"
- "Line breaking recursion max threshold hit" error when Overflow is set to Ellipsis with fonts missing the ellipsis character
Add comment