From 2b5a62829cd53139d62b2f3ffa3a56f600e43733 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 1 Jan 2026 17:19:27 -0800 Subject: Fold: Introduce keyframe node Connect a GameObject and a chain of FoldNodes, then click the keyframe button. Actual keyframe logic not yet implemented. --- Scripts/Fold/Editor/FoldWindow.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Scripts/Fold/Editor/FoldWindow.cs') diff --git a/Scripts/Fold/Editor/FoldWindow.cs b/Scripts/Fold/Editor/FoldWindow.cs index 186008c..0203db1 100644 --- a/Scripts/Fold/Editor/FoldWindow.cs +++ b/Scripts/Fold/Editor/FoldWindow.cs @@ -29,11 +29,9 @@ public class FoldWindow : BaseGraphWindow { titleContent = new GUIContent("Fold"); + // Create the graph view with our custom view if (graphView == null) - { graphView = new FoldGraphView(this); - graphView.Add(new FoldToolbarView(graphView)); - } rootView.Add(graphView); } -- cgit v1.2.3