blob: 84d4a0c41f0e918beb2b8b38cccf1784708d2bba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"companyName": "DefaultCompany",
"productName": "Snug Cup",
"productVersion": "0.1",
"dataUrl": "SnugCup.data.unityweb",
"wasmCodeUrl": "SnugCup.wasm.code.unityweb",
"wasmFrameworkUrl": "SnugCup.wasm.framework.unityweb",
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"},
"developmentBuild": true,
"multithreading": false,
"unityVersion": "2019.4.17f1"
}
|