Search Issue Tracker
By Design
Votes
0
Found in [Package]
Master (b33919fc7e)
Issue ID
1263734
Regression
No
[Stacks] Interacting with HD graph settings UI deletes inactive master nodes
Reproduces in 9.x.x/release as well (0f64e61b77)
Repro steps:
1. Use a project with HDRP
2. Create a new HD Lit Shader
3. Right click the master stack container, choose "add node" and add a node that would be greyed out by default (like Anisotropy)
4. Open the graph settings and click one of the expand arrows in the material settings UI
Expected result: the node stays there
Actual result: the node is deleted
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Current design is to remove inactive blocks unless they have an edge attached. We are assessing this behavior and may adjust it based on feedback.