From 61cc96293dbed6442365cab5f1b3ef921a6e1ee4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 3 Apr 2026 01:02:55 +0200 Subject: [PATCH] Update migration script for new entity name handling --- src/document/migrate-scene-document.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/document/migrate-scene-document.ts b/src/document/migrate-scene-document.ts index 8c16c9fc..cddcb6a5 100644 --- a/src/document/migrate-scene-document.ts +++ b/src/document/migrate-scene-document.ts @@ -14,6 +14,7 @@ import { } from "../assets/project-assets"; import { createInteractableEntity, + normalizeEntityName, createPointLightEntity, createPlayerStartEntity, createSoundEmitterEntity, @@ -45,6 +46,7 @@ import { import { BOX_BRUSH_SCENE_DOCUMENT_VERSION, ANIMATION_PLAYBACK_SCENE_DOCUMENT_VERSION, + ENTITY_NAMES_SCENE_DOCUMENT_VERSION, ENTITY_SYSTEM_FOUNDATION_SCENE_DOCUMENT_VERSION, FACE_MATERIALS_SCENE_DOCUMENT_VERSION, FIRST_ROOM_POLISH_SCENE_DOCUMENT_VERSION,