Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1218594
Regression
No
[Shadergraph] Changing mode of color property from HDR to Default does not clamp values
Reproduces on Master (bcdb37f295) and 4.10.0
Repro steps:
1. Use Universal RP
2. Create a PBR Shader
3. Create a Color property
4. Set the Color mode to HDR
5. Plug the Color property into Albedo
6. Edit color, set the color intensity to 10
7. Set the color mode of the property to default
Expected result: the values become clamped and the shading of the sphere returns to normal
Actual result: the shading of the sphere is still blown out, and does not go back to normal until the color property is edited and changed
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Consistent with rest of Unity