class in UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseWebGL specific player settings.
closeOnQuit | If enabled, the Unity Player will close the browser running it when the application quits. |
compressionFormat | CompressionFormat defines the compression type that the WebGL resources are encoded to. |
dataCaching | Enables automatic caching of unityweb files. |
debugSymbolMode | Enables generation of debug symbols file in the build output directory. Supported options: embedded debug symbols and debug symbols in external file. |
decompressionFallback | Include decompression fallback code for build files in the loader. |
exceptionSupport | Exception support for WebGL builds. |
geometricMemoryGrowthStep | Heap memory growth factor. |
initialMemorySize | Initial size of the WASM heap memory in MB. |
linearMemoryGrowthStep | Heap memory growth step in MB. |
linkerTarget | Allows you to specify the web build format that is used when you build your project. |
maximumMemorySize | Maximum size of the WASM heap memory in MB. |
memoryGeometricGrowthCap | Upper limit for heap growth step in MB. |
memoryGrowthMode | The growth mode for WASM heap memory. |
memorySize | Memory size for WebGL builds in Megabyte. |
nameFilesAsHashes | Enables using MD5 hash of the uncompressed file contents as a filename for each file in the build. |
powerPreference | The power preference hint to provide to the WebGL context to help decide which GPU to use in multi-gpu systems. Note that this is just a hint, and some WebGL implementations may choose to ignore it. |
showDiagnostics | Displays a diagnostics overlay on the Unity application page. |
template | Path to the WebGL template asset. |
threadsSupport | Multithreading support in WebGL. |
wasm2023 | If enabled, generated WebAssembly code will target "WebAssembly 2023", a Unity-coined name for a selection of newer WebAssembly language features. These features include: sign-extension opcodes, non-trapping fp-to-int instructions, bulk memory, JS BigInt integration, WebAssembly.Table, native WebAssembly exceptions and SIMD. Requires Chrome ≥ 91 (May 2021), Firefox ≥ 89 (June 2021) or Safari ≥ 16.4 (March 2023). If disabled, targets the original WebAssembly "MVP" feature set. |
wasmArithmeticExceptions | The trapping mode for WebAssembly code. |
webAssemblyBigInt | If enabled, generated WebAssembly code will rely on the BigInt ABI for function signatures containing 64-bit variables. Enable this to achieve faster build times and slightly smaller code size. The Wasm BigInt feature requires at least Chrome 85 (Aug 25, 2020), Firefox 78 (Jun 30, 2020), Safari 14.5 (Apr 26, 2021), or newer. Disable this option to target older browsers that do not support the Wasm BigInt feature. It is recommended to enable this option for new projects and if you prefer fast build iteration times, and to disable it if targeting backward compatibility with older browsers is important. |
webAssemblyTable | If enabled, targets the WebAssembly.Table language feature, which results in faster JS-Wasm interop and faster build times. WebAssembly.Table is not backwards compatible with the older dynCalls interop model. If disabled, Unity targets the old deprecated Emscripten -sDYNCALLS flag for backwards compatibility with older Unity Web platform JS plugin code. It is recommended to enable this option for new projects that do not utilize any older incompatible JavaScript plugins, and when you prefer fast build iteration times, and to disable it if utilizing .jslib files that rely on the older dynCall() mechanism. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.