Search Issue Tracker
By Design
Votes
0
Found in [Package]
9.0.0 preview.33.
Issue ID
1265645
Regression
No
[HDRP] Matrix, Gradient & SamplerState properties do not add in DefaultCompositionGraph profile
Matrix, Gradient & SamplerState properties do not add in DefaultCompositionGraph profile on adding new property in DefaultCompositionGraph.
Steps to repro:
1. Create a new HDRP template project
2. Windows > Render Pipeline > HD Render Pipeline Compositor.
3. Enable Compositor > Project Window > Assets/Compositor.
4. Open DefaultCompositionGraph > Blackboard > Add Matrix2x2 > Save Asset.
5. Select DefaultCompositionGraph profile.
Actual Result:
Matrix, Gradient & SamplerState properties do not add in DefaultCompositionGraph profile.
Expected Result:
Matrix, Gradient & SamplerState properties should add in DefaultCompositionGraph profile.
Reproducible in:
2020.2.0a19, 2020.1.0f1, 2020.1.0b13 with Package version 9.0.0 preview.33.
Note: HDRP Compositor window introduced in 9.0.0 preview.33.
Environment:
Occurring on Windows 10 & Mac 10.15.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
If an application requires Matrix, Gradient or SamplerState properties in a composition graph, they can still use them by setting their values inside shader graph (in the Graph Inspector window), even if they are not exposed in the compositor. See also the comment below for more details.