Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


maximumMemorySize

Maximum size of the WASM heap memory in MB.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static int maximumMemorySize { get; set; }

Remarks

The maximum size in MB of heap memory that is availale for WebAssembly code (Recommended default: 2048 MB). A maximum memory size of 2048 MB means that the heap can only grow to 2048 MB.