Search Issue Tracker
Active
Under Consideration for 2022.3.X, 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
0
Found in
2022.3.61f1
6000.0.47f1
6000.1.6f1
6000.2.0b5
6000.3.0a1
6000.4.0a1
Issue ID
UUM-108536
Regression
No
ArgumentOutOfRangeException: Index was out of range when converting subgraph properties and nodes to Subgraph Operator
Steps to reproduce:
- Import the attached package
- Open Color Subgraph
- Select bool node and BoolOUT output property
- Convert it subgraph operator
Actual results: Error is thrown, subgraph is created but nodes that were converted are not removed from the graph
Expected results: Selected nodes are converted and replaced by a new subgraph operator
Reproducible with versions: 6000.3.0a1, 6000.3, 6000.2, 6000.0, 22.3
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): macos
Notes:
- ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <99171171339349389f35e8f773fca141>:0)
UnityEditor.VFX.VFXSlotContainerModel`2[ParentType,ChildrenType].GetOutputSlot (System.Int32 index) (at ./Library/PackageCache/com.unity.visualeffectgraph@14.0.12/Editor/Models/VFXSlotContainerModel.cs:63)
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
- Inconsistent Placement of Search Clear (X) Icon in "Preset Manager"
- Gradient Editor window bottom-right gradient marker color is incorrect
- MaskField tooltips should only display Value when bound
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
Resolution Note:
Forward-ports for this version need to be handled at a later time.