diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset index ad71a63..7497590 100644 --- a/UserSettings/EditorUserSettings.asset +++ b/UserSettings/EditorUserSettings.asset @@ -12,29 +12,29 @@ EditorUserSettings: value: 22424703114646680e0b0227036c72151802563f22213229 flags: 0 RecentlyUsedScenePath-2: - value: 22424703114646680e0b0227036c73150012147b623d28393930 - flags: 0 - RecentlyUsedScenePath-3: value: 22424703114646680e0b0227036c731500121478623d28393930 flags: 0 - RecentlyUsedScenePath-4: + RecentlyUsedScenePath-3: value: 22424703114646680e0b0227036c731500121479623d28393930 flags: 0 - RecentlyUsedScenePath-5: + RecentlyUsedScenePath-4: value: 22424703114646680e0b0227036c73150012147e623d28393930 flags: 0 - RecentlyUsedScenePath-6: + RecentlyUsedScenePath-5: value: 22424703114646680e0b0227036c73150012147f623d28393930 flags: 0 - RecentlyUsedScenePath-7: + RecentlyUsedScenePath-6: value: 22424703114646680e0b0227036c73150012147c623d28393930 flags: 0 - RecentlyUsedScenePath-8: + RecentlyUsedScenePath-7: value: 22424703114646680e0b0227036c7919181e0b22623d28393930 flags: 0 - RecentlyUsedScenePath-9: + RecentlyUsedScenePath-8: value: 22424703114646680e0b0227036c6b0502180a232d2468252320092a flags: 0 + RecentlyUsedScenePath-9: + value: 22424703114646680e0b0227036c73150012147b623d28393930 + flags: 0 UnityRemoteCompression: value: 337f73 flags: 0 diff --git a/WebGL build/TemplateData/favicon.ico b/WebGL build/TemplateData/favicon.ico new file mode 100644 index 0000000..dd6bf7e Binary files /dev/null and b/WebGL build/TemplateData/favicon.ico differ diff --git a/WebGL build/TemplateData/fullscreen-button.png b/WebGL build/TemplateData/fullscreen-button.png new file mode 100644 index 0000000..80630c1 --- /dev/null +++ b/WebGL build/TemplateData/fullscreen-button.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21221581673a54b8139d408d4a3f8d2b879e86827d4b6fc53b995ff7a99ee3e9 +size 175 diff --git a/WebGL build/TemplateData/progress-bar-empty-dark.png b/WebGL build/TemplateData/progress-bar-empty-dark.png new file mode 100644 index 0000000..3781640 --- /dev/null +++ b/WebGL build/TemplateData/progress-bar-empty-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbee7131afe8a3365906240d89184dc86234c119467f390bc4bc6802328fdb4d +size 96 diff --git a/WebGL build/TemplateData/progress-bar-empty-light.png b/WebGL build/TemplateData/progress-bar-empty-light.png new file mode 100644 index 0000000..39ba643 --- /dev/null +++ b/WebGL build/TemplateData/progress-bar-empty-light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143696c060ad43d6c30f19ff5f49000927a139a2a1e4c9f45fafaa2b90d7d2be +size 109 diff --git a/WebGL build/TemplateData/progress-bar-full-dark.png b/WebGL build/TemplateData/progress-bar-full-dark.png new file mode 100644 index 0000000..b55f17d --- /dev/null +++ b/WebGL build/TemplateData/progress-bar-full-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3306a6244dcb3926fca38a28e3ced589df8ff1beed955eb17c0bbf01c918bc62 +size 74 diff --git a/WebGL build/TemplateData/progress-bar-full-light.png b/WebGL build/TemplateData/progress-bar-full-light.png new file mode 100644 index 0000000..5e259df --- /dev/null +++ b/WebGL build/TemplateData/progress-bar-full-light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12395ea785480c5cdf12fade6e6cbf49666d5bb1cef7240c113dbcba6bdc5c87 +size 84 diff --git a/WebGL build/TemplateData/style.css b/WebGL build/TemplateData/style.css new file mode 100644 index 0000000..f29885f --- /dev/null +++ b/WebGL build/TemplateData/style.css @@ -0,0 +1,16 @@ +body { padding: 0; margin: 0 } +#unity-container { position: absolute } +#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) } +#unity-container.unity-mobile { width: 100%; height: 100% } +#unity-canvas { background: #231F20 } +.unity-mobile #unity-canvas { width: 100%; height: 100% } +#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none } +#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center } +#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center } +#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center } +#unity-footer { position: relative } +.unity-mobile #unity-footer { display: none } +#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center } +#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px } +#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center } +#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none } diff --git a/WebGL build/TemplateData/unity-logo-dark.png b/WebGL build/TemplateData/unity-logo-dark.png new file mode 100644 index 0000000..e8d20ca --- /dev/null +++ b/WebGL build/TemplateData/unity-logo-dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e105c5e3e467c0d20a83e445d18f55b966065bd1a1b05c4648733bf656ac43d +size 1108 diff --git a/WebGL build/TemplateData/unity-logo-light.png b/WebGL build/TemplateData/unity-logo-light.png new file mode 100644 index 0000000..00d5ad4 --- /dev/null +++ b/WebGL build/TemplateData/unity-logo-light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5d8f2b641c51b9f85402aa951aee1b9d899a4dd50d1a511b08f07955fd722f +size 1108 diff --git a/WebGL build/TemplateData/webgl-logo.png b/WebGL build/TemplateData/webgl-logo.png new file mode 100644 index 0000000..e940b28 --- /dev/null +++ b/WebGL build/TemplateData/webgl-logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cb599074964a456d3804a23ad53c8c16b4e6ba74f3c226b5570354dc8285af +size 2031 diff --git a/WebGL build/WebGL build.zip b/WebGL build/WebGL build.zip new file mode 100644 index 0000000..c7452b5 --- /dev/null +++ b/WebGL build/WebGL build.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1f96eec4d8e32432e4029610eb5d9fdf7ef1e27ad478e0328c1f2d09b031c1 +size 20842758 diff --git a/WebGL build/index.html b/WebGL build/index.html new file mode 100644 index 0000000..cd9ee20 --- /dev/null +++ b/WebGL build/index.html @@ -0,0 +1,87 @@ + + + + + + Unity WebGL Player | GeoJam 2021 + + + + +
+ +
+ +
+
+
+
+
+ WebGL builds are not supported on mobile devices. +
+ +
+ + +