diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 644f9a2c..05dde68c 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -1091,6 +1091,7 @@ export class ViewportHost { ); this.simulationSceneIdentityMismatchWarned = false; this.simulationInteractableEnabledById.clear(); + this.cacheSimulationInteractableEnabledState(runtimeScene); this.applyWorld(); if (this.currentDocument === null) {