Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
2022.3.61f1
6000.0.47f1
6000.1.6f1
6000.2.0b5
6000.3.0a1
6000.4.0a1
6000.5.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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Forward-ports for this version need to be handled at a later time.