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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment