TextureCombiner/Build/TextureCombiner_WebGL.json
2021-01-24 17:29:54 +01:00

16 lines
557 B
JSON

{
"companyName": "MaxKruf",
"productName": "TextureCombiner",
"productVersion": "0.1",
"dataUrl": "TextureCombiner_WebGL.data.unityweb",
"wasmCodeUrl": "TextureCombiner_WebGL.wasm.code.unityweb",
"wasmFrameworkUrl": "TextureCombiner_WebGL.wasm.framework.unityweb",
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#000000",
"cacheControl": {"default": "must-revalidate"},
"developmentBuild": false,
"multithreading": false,
"unityVersion": "2019.4.10f1"
}