From aa6c49854b79ef30de29c13d331e4999bc6d02a7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 04:12:07 +0200 Subject: [PATCH] Update scene document versions and remove unused import --- src/document/migrate-scene-document.ts | 1 + src/runtime-three/runtime-host.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document/migrate-scene-document.ts b/src/document/migrate-scene-document.ts index 7a7bc982..bbeceeee 100644 --- a/src/document/migrate-scene-document.ts +++ b/src/document/migrate-scene-document.ts @@ -165,6 +165,7 @@ import { SCENE_TRANSITION_SEQUENCE_EFFECTS_SCENE_DOCUMENT_VERSION, SCHEDULER_CONTROL_EFFECTS_SCENE_DOCUMENT_VERSION, SPATIAL_AUDIO_SCENE_DOCUMENT_VERSION, + STARTER_PBR_MATERIAL_LIBRARY_SCENE_DOCUMENT_VERSION, PROJECT_NAME_SCENE_DOCUMENT_VERSION, NPC_COLLIDER_SCENE_DOCUMENT_VERSION, NPC_ENTITY_FOUNDATION_SCENE_DOCUMENT_VERSION, diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index aabeadca..6a81d21d 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -62,7 +62,6 @@ import { disposeStarterMaterialTextureSet, type StarterMaterialTextureSet } from "../materials/starter-material-textures"; -import type { MaterialDef } from "../materials/starter-material-library"; import { applyAdvancedRenderingLightShadowFlags, applyAdvancedRenderingRenderableShadowFlags,