diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-14 15:27:29 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-14 15:27:29 -0500 |
| commit | 280185245d19c7c9c02e5c73601e0e54009c6c8e (patch) | |
| tree | 410ef1ff865ec412dfcee96312b30461c3241834 /public/unity/Build/SnugCup.json | |
| parent | d16550df3d370ce2f2859d72a79c36e8ef0b4a72 (diff) | |
| download | snug-cup-280185245d19c7c9c02e5c73601e0e54009c6c8e.tar.gz snug-cup-280185245d19c7c9c02e5c73601e0e54009c6c8e.tar.bz2 snug-cup-280185245d19c7c9c02e5c73601e0e54009c6c8e.zip | |
Added unity project
Diffstat (limited to 'public/unity/Build/SnugCup.json')
| -rw-r--r-- | public/unity/Build/SnugCup.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/unity/Build/SnugCup.json b/public/unity/Build/SnugCup.json new file mode 100644 index 0000000..84d4a0c --- /dev/null +++ b/public/unity/Build/SnugCup.json @@ -0,0 +1,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" +}
\ No newline at end of file |
