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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
Forward-ports for this version need to be handled at a later time.