From 280185245d19c7c9c02e5c73601e0e54009c6c8e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 14 Feb 2021 15:27:29 -0500 Subject: Added unity project --- public/unity/Build/SnugCup.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/unity/Build/SnugCup.json (limited to 'public/unity/Build/SnugCup.json') 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 -- cgit v1.2.3