Search Issue Tracker
Active
Under Consideration for 6000.6.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
6000.6.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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Forward-ports for this version need to be handled at a later time.