Skip to content

Commit c59201c

Browse files
committed
maybe
1 parent baeb703 commit c59201c

16 files changed

+74
-0
lines changed

Diff for: Build/.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.gz filter=lfs diff=lfs merge=lfs -text

Diff for: Build/Build.data.gz

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ffd7ca6751e3b55040eeb4497e80c509245ff4c2932305993ba8570e63958a69
3+
size 396051322

Diff for: Build/Build.framework.js.gz

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:85d0fc55146aae3095926bd610ef39b3ccbe5557a0c796a36200024256fd2823
3+
size 83859

Diff for: Build/Build.loader.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Build/Build.wasm.gz

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:7bf6850cdd72eddb19d8755bd34c423c008d50bf0e9897c3ba7ae13ec7c84f74
3+
size 12592934

Diff for: StreamingAssets/google-services-desktop.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"project_info": {
3+
"project_number": "1074864140245",
4+
"firebase_url": "https://wattsunity-90192-default-rtdb.europe-west1.firebasedatabase.app",
5+
"project_id": "wattsunity-90192",
6+
"storage_bucket": "wattsunity-90192.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:1074864140245:android:ee816f397ebdc2650f575c",
12+
"android_client_info": {
13+
"package_name": "com.dafirm.LWRPboxhouse"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "1074864140245-d6vsi80dvggntmp5d36poeeb1kbvmj0o.apps.googleusercontent.com",
19+
"client_type": 3
20+
}
21+
],
22+
"api_key": [
23+
{
24+
"current_key": "AIzaSyBEwLO42wjhcPeM6FDq39NBfTzYAs1ceww"
25+
}
26+
],
27+
"services": {
28+
"appinvite_service": {
29+
"other_platform_oauth_client": [
30+
{
31+
"client_id": "1074864140245-d6vsi80dvggntmp5d36poeeb1kbvmj0o.apps.googleusercontent.com",
32+
"client_type": 3
33+
},
34+
{
35+
"client_id": "1074864140245-eq0460ffujmh0nn9qqqisl2cv2dkp5sp.apps.googleusercontent.com",
36+
"client_type": 2,
37+
"ios_info": {
38+
"bundle_id": "com.dafirm.LWRPboxhouse"
39+
}
40+
}
41+
]
42+
}
43+
}
44+
}
45+
],
46+
"configuration_version": "1"
47+
}

Diff for: TemplateData/favicon.ico

2.25 KB
Binary file not shown.

Diff for: TemplateData/fullscreen-button.png

175 Bytes
Loading

Diff for: TemplateData/progress-bar-empty-dark.png

96 Bytes
Loading

Diff for: TemplateData/progress-bar-empty-light.png

109 Bytes
Loading

Diff for: TemplateData/progress-bar-full-dark.png

74 Bytes
Loading

Diff for: TemplateData/progress-bar-full-light.png

84 Bytes
Loading

Diff for: TemplateData/style.css

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
body { padding: 0; margin: 0 }
2+
#unity-container { position: absolute }
3+
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
4+
#unity-container.unity-mobile { width: 100%; height: 100% }
5+
#unity-canvas { background: #231F20 }
6+
.unity-mobile #unity-canvas { width: 100%; height: 100% }
7+
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
8+
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
9+
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
10+
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
11+
#unity-footer { position: relative }
12+
.unity-mobile #unity-footer { display: none }
13+
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
14+
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
15+
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
16+
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

Diff for: TemplateData/unity-logo-dark.png

2.97 KB
Loading

Diff for: TemplateData/unity-logo-light.png

3 KB
Loading

Diff for: TemplateData/webgl-logo.png

2.88 KB
Loading

0 commit comments

Comments
 (0)