Ammo.wasm.js Error

I’m trying to play a first person character into a house but while launching it shows me an error
" [ammo.wasm.js?id=63343635&branchId=e1464104-15a8-43bc-b05a-5b2542ae3032&t=6b7ab3989e4f9f17c86e44380f9181c6:20]: abort(OOM). Build with -s ASSERTIONS=1 for more info.

RuntimeError: abort(OOM). Build with -s ASSERTIONS=1 for more info."

Also attaching an image of the error

1 Like

Hi @Saurabh and welcome,

Usually that error indicates that Ammo has ran out of memory.

That can happen if you use a mesh collider with too many polygons. Can you check if that’s the case in your project?

2 Likes