diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index 2c957df7..ad379fd7 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -1447,6 +1447,7 @@ function buildRuntimeSceneCollections( const scheduler = resolveRuntimeProjectScheduleState({ scheduler: document.scheduler, + sequences: document.sequences, actorIds: npcDefinitions.map((npc) => npc.actorId), dayNumber: runtimeClock === null