Search Issue Tracker
Fixed in 10.1.0-preview.3
Votes
0
Found in [Package]
10.0.0
Issue ID
1209087
Regression
No
[Shadergraph] Subgraphs containing derivative-related functions can be plugged into vertex inputs
Repro steps:
1. Create a subgraph
2. Create a "position" node
3. Create a "ddx" node
4. Plug the position node into the input of the ddx node and the output of the ddx node into the output of the subgraph
5. Create a PBR shadergraph
6. Drag your subgraph into the shadergraph
7. Drag the output of the subgraph into the vertex position input of the PBR shader
Expected result: the edges are not allowed to connect
Actual result: the edges will connect and you'll get a shader compilation error
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
Add comment