Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
SRP Master (67cb89ac9e)
Issue ID
1328762
Regression
Yes
[Shadergraph] Using a Gradient property in a subgraph and using that subgraph in a shadergraph causes compile errors
Doesn't reproduce in 11.0.0 (Version: 2021.1.0b4.1811)
Reproduces in SRP Master (67cb89ac9e)
Repro steps:
1. Create a shadergraph and a subgraph
2. Create a "Gradient" property in the subgraph
3. Drag it onto the graph and plug it into a "Sample Gradient" node, plug that into the output
4. Drag the subgraph into the shadergraph
Expected result: the subgraph works
Actual result: the subgraph errors, if plugged into the stack, the shadergraph errors
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
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Resolution Note (fix version 12.0.0):
We now validate property reference names to ensure the user can not generate a name that clashes with a reserved Shader Graph keyword.