Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.2.X
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment