Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
Issue ID
1185276
Regression
No
[Shadergraph] Result of HDR color dramatically different between inline and property with same values when in linear color space
Happens in both HDRP and Universal.
Does not reproduce when in Gamma color space.
Reproduces in 5.7.1, 6.9.1, 7.0.1 and 7.1.1. Reproduces on SRP github project as of commit 73a37d1858 (checked on 9/18/2019).
Repro steps:
1. Use a project with HDRP
2. Create a new PBR Shader
3. Create a new game object, give that game object a volume component
4. Create a new post processing profile on the volume component, and click add override, and select "bloom"
5. Enable all options on the bloom and set intensity to 0.1
6. Open your PBR shader
7. Create a color node, set it to HDR, and plug it into emission
8. Make the color node 255 r, 0 g, 0 b, 255a, and set the intensity to 10
9. Save the shadergraph
10. Create a new material and assign your shadergraph to it
11. Add a sphere to the scene and add the material to it
12. Observe the level of bloom on the sphere
13. Go into the shadergraph and convert the color node to a property
14. Open the property and confirm that the values are the same you set earlier
15. Save the shadergraph
16. Observe the level of bloom on the sphere
Expected result: the level of bloom should be the same
Actual result: there is way more bloom on the sphere when the color node is used inline as opposed to property
Note: when in gamma color space, the bloom for both inline and property of the same color closely matches the bloom for a color property in linear, which leads me to believe that the inline color node is producing incorrect results.
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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
This is a duplicate of issue #1184248