blob: 7f36552c2edf43dea42d34c8f0a7a2430f2394d4 (
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.20f1"
}
|