webGL.json 510 Bytes
Newer Older
FangLouhao's avatar
FangLouhao committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"companyName": "DefaultCompany",
"productName": "web player",
"productVersion": "0.1",
"dataUrl": "webGL.data.unityweb",
"wasmCodeUrl": "webGL.wasm.code.unityweb",
"wasmFrameworkUrl": "webGL.wasm.framework.unityweb",
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"},
"developmentBuild": false,
"multithreading": false,
"unityVersion": "2019.3.0a8"
}