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/FoldGraphView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Scripts/Fold/Editor/FoldGraphView.cs') diff --git a/Scripts/Fold/Editor/FoldGraphView.cs b/Scripts/Fold/Editor/FoldGraphView.cs index 7b592cd..2a94b9f 100644 --- a/Scripts/Fold/Editor/FoldGraphView.cs +++ b/Scripts/Fold/Editor/FoldGraphView.cs @@ -18,3 +18,4 @@ public class FoldGraphView : BaseGraphView } } } + -- cgit v1.2.3