Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
Issue ID
1295627
Regression
No
[URP] shader graph material renders with incorrect colors or NaNs in scene view
Steps
1. open repro project
2. open WaterThing2 scene
3. ensure HDR = "Use Pipeline settings" on scene camera (this workaround ensures scene view uses HDR)
4. toggle "ClampAlpha0-1" on material of Water(2) Gameobject
5. check scene view vs. game view
Expected: something indicates to the user out-of-range values for alpha will give incorrect results when HDR=on
Actual: user needs to hunt for why scene view is showing incorrect colors compared to game view
Repro: 2019.4.15f1 + URP 7.5.1
workaround: if colors appear incorrectly, users can check that their shader graph master node receives values in expected range for all inputs.
Notes:
1. fix for workaround in step 3 is not yet released, see 1284369
2. no functional bug, issue here = it is not clear why the colors are broken in scene view
3. game view renders as expected (because URPAsset HDR=off)
4. even in URP versions with fix for 1284369 - it will not be clear for user that clamping is required
5. shader graph docs DO ALREADY specify the expected range, but users might not check this since it "works" in game view. see alpha = https://docs.unity3d.com/Packages/com.unity.shadergraph@7.5/manual/PBR-Master-Node.html
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment