From 96f86e6b5679e30da21367759d6390d585a600c1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 13:41:42 +0200 Subject: [PATCH] Update migrate-scene-document.ts with new control effects and utility functions --- src/document/migrate-scene-document.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/document/migrate-scene-document.ts b/src/document/migrate-scene-document.ts index 8c9c7c29..671497c2 100644 --- a/src/document/migrate-scene-document.ts +++ b/src/document/migrate-scene-document.ts @@ -59,12 +59,14 @@ import { type PlayerStartMovementTemplateKind } from "../entities/entity-instances"; import { + createFollowActorPathControlEffect, createActorControlTargetRef, createActiveSceneControlTargetRef, createEntityControlTargetRef, createInteractionControlTargetRef, createLightControlTargetRef, createModelInstanceControlTargetRef, + createPlayActorAnimationControlEffect, createPlayModelAnimationControlEffect, createPlaySoundControlEffect, createProjectGlobalControlTargetRef, @@ -82,6 +84,7 @@ import { createSoundEmitterControlTargetRef, createStopModelAnimationControlEffect, createStopSoundControlEffect, + isActorPathProgressMode, isControlEntityTargetKind, isControlInteractionTargetKind, type ControlEffect, @@ -146,6 +149,7 @@ import { PLAYER_START_COLLIDER_SETTINGS_SCENE_DOCUMENT_VERSION, PATH_FOUNDATION_SCENE_DOCUMENT_VERSION, PROJECT_SCHEDULER_FOUNDATION_SCENE_DOCUMENT_VERSION, + SCHEDULER_ACTOR_ROUTINE_EFFECTS_SCENE_DOCUMENT_VERSION, EXPANDED_CONTROL_SURFACE_SCENE_DOCUMENT_VERSION, RUNNER_V1_SCENE_DOCUMENT_VERSION, SCENE_TRANSITION_ENTITIES_SCENE_DOCUMENT_VERSION,