rapier.js icon indicating copy to clipboard operation
rapier.js copied to clipboard

Using rigidBody.setEnable(false); causes Uncaught RuntimeError: unreachable with 0.18.x

Open smjnab opened this issue 4 months ago • 0 comments

If using setEnable(false) on a rigidBody after colliders attached to it has come in contact with other collider(s) a Uncaught RuntimeError: unreachable will occur in WASM.

Test at https://codesandbox.io/p/devbox/icy-waterfall-qsx9zp

smjnab avatar Aug 21 '25 13:08 smjnab