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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment