From b6968474e2a20de3073e0eb859e2f23e99701b5d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:33:22 +0200 Subject: [PATCH] Update migration logic for sequence steps and include new document version --- src/document/migrate-scene-document.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/document/migrate-scene-document.ts b/src/document/migrate-scene-document.ts index 54f5ceb5..7bcd0b9d 100644 --- a/src/document/migrate-scene-document.ts +++ b/src/document/migrate-scene-document.ts @@ -242,6 +242,7 @@ import { PROJECT_NAME_SCENE_DOCUMENT_VERSION, NPC_COLLIDER_SCENE_DOCUMENT_VERSION, NPC_ENTITY_FOUNDATION_SCENE_DOCUMENT_VERSION, + NPC_TARGETING_DEFAULT_SCENE_DOCUMENT_VERSION, NPC_PRESENCE_SCENE_DOCUMENT_VERSION, NPC_TARGETING_SCENE_DOCUMENT_VERSION, WHITEBOX_BOX_LIGHT_VOLUME_SCENE_DOCUMENT_VERSION, @@ -292,10 +293,7 @@ import { createProjectSequence, type ProjectSequenceLibrary } from "../sequencer/project-sequences"; -import { - getInteractionLinkImpulseSteps, - type SequenceClip -} from "../sequencer/project-sequence-steps"; +import { type SequenceClip } from "../sequencer/project-sequence-steps"; import { createScenePath, createScenePathPoint,