diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index 8f60091f..4e502fef 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -486,6 +486,7 @@ function buildRuntimeSceneCollections(document: SceneDocument): RuntimeSceneColl entityId: entity.id, position: cloneVec3(entity.position), yawDegrees: entity.yawDegrees, + navigationMode: entity.navigationMode, collider: buildRuntimePlayerShape(entity) }); break;