diff --git a/Source/Editor/Surface/VisjectSurface.CopyPaste.cs b/Source/Editor/Surface/VisjectSurface.CopyPaste.cs index c1617a02e..76e2d158e 100644 --- a/Source/Editor/Surface/VisjectSurface.CopyPaste.cs +++ b/Source/Editor/Surface/VisjectSurface.CopyPaste.cs @@ -396,6 +396,10 @@ namespace FlaxEditor.Surface { node.Value.OnSurfaceLoaded(); } + foreach (var node in nodes) + { + node.Value.OnSpawned(); + } // Add undo action if (Undo != null && nodes.Count > 0)