I load assetbundles in scene by Unity3d. I want to know how get memory free from Unity in WebGL? In some moments by application exit with error: The browser could not allocate enough memory for the WebGL content. If you are the developer of this content, try allocating less memory to your WebGL build in the WebGL player settings.
I want remove objects (that loads from assetbundles) if memory low.