Search Issue Tracker
Won't Fix
Won't Fix in 6000.4.X
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
- Dropdown property is cut off and adds unnecessary side padding when a Sub Graph is used as a node in Shader Graph
- All text in the Project Settings Window is still Tinted White after deleting Text in the Search Window
- "WebGL Template" icons disappear when building the project with the Project Settings opened
- Variant Family window UI issues when Prefab title is long
- Player crash when switching focus in Exclusive Fullscreen mode with DirectX 12
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.
Resolution Note (6000.4.X):
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.