WebGL Build

This commit is contained in:
max
2021-01-24 17:29:54 +01:00
commit 9fb4dfda83
7 changed files with 49 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,16 @@
{
"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"
}

Binary file not shown.

Binary file not shown.

4
Build/UnityLoader.js Normal file

File diff suppressed because one or more lines are too long