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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.