diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index 1fe030c3..a7087f18 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -885,6 +885,10 @@ function buildRuntimeControlSurface( } for (const soundEmitter of collections.entities.soundEmitters) { + if (soundEmitter.audioAssetId === null) { + continue; + } + targets.push( createControlTargetDescriptor( createSoundEmitterControlTargetRef(soundEmitter.entityId),