Hey there,
I just started a new project that need to be publish on the web and when I start the exported html page it says in the console :
Successfully compiled asm.js code (loaded from cache in 227ms) debug.asm.js
uncaught exception: out of memory
I don't have much in my project so far :
- 1 load(res://(...).png) ~100ko
- 1 json file loaded at runtime
- 1 dynamic font
And because the error doesn't really give me more information I have no idea what caused this
What are things that you shouldn't use with html5 export ?
Thanks for the help !
EDIT
v2.1.2
I tried to create a new empty project and build : it works
I tried to remove all assets & scripts and now I have only a scene and a script in my project and I still have an out of memory error ... It's getting weird.