Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.59f1
6000.2.7f1
6000.3.0b4
6000.4.0a1
Issue ID
UUM-120504
Regression
No
Game view and UI Builder preview renders UI elements differently when using a transparent gradient texture on an UI element
Steps to reproduce:
1. Open attached project “TextureMissmatch”
2. Observe in the Game view window the green bar and the gradient
3. Open Assets > TextureBug.uxml file
4. Observe the color of the green bar and the gradient
Actual results:
The added textures gradient is less noticable in Game view compared to UI Builders preview
Expected results:
Both Game view window and UI Builders Preview window displays the elements in a same way
Reproducible with versions:
6000.0.59f1, 6000.2.7f1, 6000.3.4b1, 6000.4.0a1
Tested on (OS):
MacOS Sequoia 15.6.1
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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Resolution Note:
This is currently a known limitation of how the Builder draws runtime UI. The Builder itself is still just an EditorWindow and so it draws runtime UI using gamma, while the runtime may use gamma or linear. This will be addressed as a feature in a future version.