PlayerSettings.WebGL.wasmArithmeticExceptions

Switch to Manual
public static WebGLWasmArithmeticExceptions wasmArithmeticExceptions;

Description

The trapping mode for WebAssembly code.

WebAssembly code can trap (throw an exception) on things like division by zero, rounding a very large float to an int, and so forth. It is recommended to use Throw mode as this way potential issues can be detected sooner.

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