Update version references and refactor collider generation logic

This commit is contained in:
2026-04-04 07:57:32 +02:00
parent 6b1b6a3437
commit b85b295c5a
6 changed files with 136 additions and 13 deletions

View File

@@ -510,7 +510,11 @@ export class RuntimeHost {
name: modelInstance.name,
position: modelInstance.position,
rotationDegrees: modelInstance.rotationDegrees,
scale: modelInstance.scale
scale: modelInstance.scale,
collision: {
mode: "none",
visible: false
}
},
asset,
loadedAsset,