diff --git a/src/document/migrate-scene-document.ts b/src/document/migrate-scene-document.ts index ab3f7136..c40f4808 100644 --- a/src/document/migrate-scene-document.ts +++ b/src/document/migrate-scene-document.ts @@ -35,12 +35,15 @@ import { DEFAULT_PLAYER_START_INTERACTION_REACH_METERS, DEFAULT_PLAYER_START_KEYBOARD_BINDINGS, DEFAULT_NPC_SCALE, + DEFAULT_NPC_TARGET_ANCHOR_MODE, + DEFAULT_NPC_TARGET_ANCHOR_OFFSET, DEFAULT_NPC_TARGETABLE, DEFAULT_PLAYER_START_TARGET_BUTTON_CYCLES_ACTIVE_TARGET, DEFAULT_TRIGGER_VOLUME_ROTATION_DEGREES, createNpcAlwaysPresence, - createNpcEntity, createNpcColliderSettings, + createNpcEntity, + createNpcTargetAnchor, createNpcTimeWindowPresence, createPlayerStartColliderSettings, createPlayerStartInputBindings, @@ -50,6 +53,7 @@ import { isCameraRigTargetKind, isCameraRigTransitionMode, isNpcPresenceMode, + isNpcTargetAnchorMode, normalizeEntityName, createPointLightEntity, createPlayerStartEntity, @@ -69,6 +73,7 @@ import { isPlayerStartNavigationMode, type EntityInstance, type NpcPresence, + type NpcTargetAnchor, type PlayerStartGamepadActionBinding, type PlayerStartGamepadBinding, type PlayerStartGamepadCameraLookBinding,