Search Issue Tracker
Fixed in 12.x
Votes
0
Found in [Package]
10.2.2
Issue ID
1311862
Regression
Yes
[Shadergraph] Undoing an inline input entry to a node while an edge is plugged into another input doesn't update previews
Reproduces in Master going back to 10.2.2
Doesn't repro in 9.0.0-preview.73
Repro steps:
1. Create a Universal Lit shadergraph
2. Plug an add node into the master stack's base color input
3. create a float/vector1 node
4. Plug that node into one of the add node's inputs
5. The base color should be black due to both inputs to the add node resolving as 0
6. Change the inline input to the add node that is not plugged into to the vector1 node to 1
7. Undo
Expected result: the node previews and main preview turn black
Actual result: the node previews and main preview don't update; even fiddling with the graph won't make them update, the only way to make them update is to manually enter something into the inline node input, or save the graph and reload it.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rotation values flip in animation when importing FBX with a generic rig
- [Quality Hackweek] Activated Terrain Inspector is active only until the terrain GameObject is deselected when two or more Inspectors are open
- Physics Used Memory keeps growing when GameObject colliders are enabled and disabled
- Errors are thrown and Inspector's UI element is not drawing when a GameObject with script component using a List<T> attached is selected
- ConfigurableJoint's parameters are not saved in the Prefab after Runtime Prefab baking
Add comment