Search Issue Tracker
By Design
Votes
0
Found in
6000.0.55f1
6000.1.16f1
6000.2.0f1
6000.3.0a4
6000.4.0a1
Issue ID
UUM-113959
Regression
No
Collapsing an empty VFX Subgraph Operator with contextual menu removes the arrow
How to reproduce:
1. Open the attached "VFXRepro" project
2. Open the "New VFX"
3. Navigate to the "New VFX_2 Subgraph Operator" Node
4. Right-click on the Node -> Collapse Operators
5. Observe the results
Expected results: The Node is slightly smaller and the arrow to expand the Node is visible
Actual results: The Node becomes smaller and the arrow to expand the Node is gone
Reproducible with: 6000.0.55f1, 6000.1.16f1, 6000.2.0f1, 6000.3.0a4
Reproducible on: macOS Sequoia 15.5 (M1)
Not reproducible on: No other environment tested
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:
Thanks for reporting this issue, but the behavior you observed is by design.
In VFX Graph Operator nodes have three states:
- Normal mode (fully expanded)
- Collapsed (the expand/collapse button is visible)
- Super Collapsed (minimum size possible)
To enable/disable the super collapsed mode, simply double click on the node.