Search Issue Tracker
Fixed
Fixed in 6000.0.45f1, 6000.1.0b13, 6000.2.0a8
Votes
0
Found in
6000.0.33f1
6000.2.0a4
Issue ID
UUM-97951
Regression
No
Converting empty groups along with nodes into a subgraph prevents subgraph creation and throws errors
Steps to reproduce:
- Open VFX Graph
- Add Group node
- Add any node to the workspace e.g. Get Age (make sure it is not in group)
- Right click select Get Age and select Convert To Subgraph Operator
Actual results: Subgraph is not created and error is thrown
Expected results: Subgraph is created (at least it allows to create subgraphs when nodes are in groups)
Reproducible with versions: 6000.0.33f1, 6000.2.0a4
Not reproducible with versions: n/a
Can’t test with versions: n/a
Tested on (OS): Windows
Notes:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.UI.VFXPaste.PasteGroupNodes (UnityEditor.VFX.UI.VFXCopyPasteCommon+SerializableGraph serializableGraph, UnityEngine.Vector2 center, UnityEditor.VFX.VFXUI ui) (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXPaste.cs:619)
UnityEditor.VFX.UI.VFXPaste.PasteAll (UnityEditor.VFX.UI.VFXViewController viewController, UnityEngine.Vector2 center, UnityEditor.VFX.UI.VFXCopyPasteCommon+SerializableGraph& serializableGraph, UnityEditor.VFX.UI.VFXView view, UnityEditor.VFX.UI.VFXGroupNodeController groupNode, System.Collections.Generic.List`1[T] nodesInTheSameOrder) (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXPaste.cs:287)
UnityEditor.VFX.UI.VFXPaste.DoPaste (UnityEditor.VFX.UI.VFXViewController viewController, UnityEngine.Vector2 center, System.Object data, UnityEditor.VFX.UI.VFXView view, UnityEditor.VFX.UI.VFXGroupNodeController groupNode, System.Collections.Generic.List`1[T] nodesInTheSameOrder) (at ./Library/PackageCache/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXPaste.cs:140)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
Add comment