Search Issue Tracker
By Design
Votes
0
Found in
6000.0.48f1
6000.1.3f1
6000.2.0b1
6000.3.0a1
Issue ID
UUM-105069
Regression
Yes
"Playmode tint" is applied to Color and Gradient fields when in Play mode
Reproduction steps:
1. Open the attached “IN-101523.zip” project
2. Open the “SampleScene”
3. Go to Edit > Preferences > Color
4. Find the “Playmode tint” property under General tab
5. Change it to any brighter color so the issue is more apparent (e.g. Red)
6. Enter Play mode
7. Click on the “Test” GameObject in the Hierarchy
8. Observe the color fields in the “Test (Script)” Component in the Inspector
Expected result: The “Playmode tint” does not affect color fields
Actual result: The “Playmode tint” affects both color fields ('color' and ‘gradient’ fields)
Reproducible with: 2023.1.0a3, 6000.0.48f1, 6000.1.3f1, 6000.2.0b1
Not reproducible with: 2022.3.62f1, 2023.1.0a2
Reproducible on: Windows 10 (User reported), Windows 11
Not reproducible on: no other environment tested
Note:
- Probably caused by using the new UIToolkit Inspector. When "Use IMGUI Default Inspector" is set to true in Edit > Project Settings > Editor, both fields are behave correctly
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
- Undocked windows including UITK Debugger disappear when UITK Debugger already has data and Pick Element is pressed again
- Object Picker does not open when a reference is in an array and is clicked on through a non-standard pointer (tablet pen, touchscreen)
- HDRP ShaderGraph Color property gets overridden when it is named "EmissionColor"
- Material properties are lost when setting a parent that hasn't been loaded yet
- NullReferenceException is thrown when creating State from a Selected Clip if that Clip is a Blend Tree
Resolution Note:
The new UITK inspector is now more consistent with the entire inspector. The tint of the entire color window popup could be corrected but the controls are still un-tinted and does not affect the color picker values.