Search Issue Tracker
Fixed in 9.0.1
Votes
0
Found in [Package]
Master (commit f69c63c668 )
Issue ID
1235999
Regression
No
[Shadergraph]Redirect node plugged into custom function node generates error
Reproduces on latest master (f69c63c668)
Repro steps:
1. Create a new Unlit shader
2. Create a custom function node, with an input "In" and an output "Out"
3. Make the body of the custom function node "Out = In;" (no quotes)
4. Plug a vector1 node into the "In" input
5. Right click the edge between the two nodes and add a redirect node
Expected result: no error
Actual result: the custom function node errors (see comment for error)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- No minimum size on UI Toolkit Layout Debugger window
- Skybox appears as an outline around GameObject with heightmap and Quad mesh when Depth Priming Mode is set to "Forced" or "Auto"
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when switching dynamic resolution upscalers
- Selected “Max Log Lines” text is unreadable in UI Toolkit Event Debugger when Editor is set in Light Theme
- UI Toolkit Event Debugger window display mixed theme styles when Editor Theme is set to Light
Add comment