vue-unity-webgl icon indicating copy to clipboard operation
vue-unity-webgl copied to clipboard

what does 'Module' mean?

Open sknightq opened this issue 4 years ago • 0 comments

I can't find the document of unityloader.js. I only found some snippets of code in following url.

var myGame = UnityLoader.instantiate("gameContainerId", "http://mydomain/myfolder/Build/mygame.json", {onProgress: myProgress, Module: {TOTAL_MEMORY: 0x20000000}});

But I still don't know what it's meaning.

sknightq avatar Jul 25 '19 01:07 sknightq