PlayerSettings.WebGL.memoryGrowthMode

Switch to Manual
public static WebGLMemoryGrowthMode memoryGrowthMode;

Description

The growth mode for WASM heap memory.

The growth mode controls at which rate WASM heap memory grows if more memory is allocated than what is currently available (Recommended default: Geometric). The growth mode None results in a fixed heap memory size. The growth mode Linear increases the heap by a constant amount. The growth mode Geometric increases the heap by a given percentage.


Did you find this page useful? Please give it a rating: