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.
compressionFormat | CompressionFormat defines the compression type that the WebGL resources are encoded to. |
dataCaching | Enables automatic caching of unityweb files. |
debugSymbols | Enables generation of debug symbols file in the build output directory. |
decompressionFallback | Include decompression fallback code for build files in the loader. |
exceptionSupport | Exception support for WebGL builds. |
linkerTarget | Allows you to specify the web build format that is used when you build your project. |
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. |
template | Path to the WebGL template asset. |
threadsSupport | Enable Multithreading support. |
wasmArithmeticExceptions | The trapping mode for WebAssembly code. |