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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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.