Skip to content

Commit 1436ddc

Browse files
committed
update demo folder for the latest webgl demo
1 parent cde3c09 commit 1436ddc

13 files changed

+1571
-170
lines changed

Demo/Build/Demo.data.unityweb

-4.54 MB
Binary file not shown.
-79.4 KB
Binary file not shown.

Demo/Build/Demo.loader.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

Demo/Build/Demo.wasm.unityweb

-7.25 MB
Binary file not shown.

Demo/Build/build.data.unityweb

6.05 MB
Binary file not shown.
82.2 KB
Binary file not shown.

Demo/Build/build.loader.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Build/build.wasm.unityweb

9.08 MB
Binary file not shown.

Demo/pnpm-lock.yaml

Lines changed: 1308 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/src/App.css

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
.outer-container {
2-
display: flex;
3-
align-items: center;
4-
justify-content: center;
5-
width: 100vw;
6-
height: 100vh;
2+
display: flex;
3+
align-items: center;
4+
justify-content: center;
5+
width: 100vw;
6+
height: 100vh;
77
}
88

99
.container {
10-
position: relative;
10+
position: relative;
1111
}
1212

1313
.container > .loading-overlay {
14-
/* We'll render the overlay on top of the Unity Application. */
15-
position: absolute;
16-
top: 0;
17-
left: 0;
18-
width: 100%;
19-
height: 100%;
20-
background: #1a1a1a;
21-
/* We'll set the following Flex properties in order to center the text. */
22-
display: flex;
23-
justify-content: center;
24-
align-items: center;
14+
/* We'll render the overlay on top of the Unity Application. */
15+
position: absolute;
16+
top: 0;
17+
left: 0;
18+
width: 100%;
19+
height: 100%;
20+
background: #1a1a1a;
21+
/* We'll set the following Flex properties in order to center the text. */
22+
display: flex;
23+
justify-content: center;
24+
align-items: center;
2525
}
2626

2727
.container > .unity {
28-
/* The Unity Application matches it size to the container. */
29-
width: 100%;
30-
height: 100%;
28+
/* The Unity Application matches it size to the container. */
29+
width: 100%;
30+
height: 100%;
3131
}
3232

3333
.login-outer-container {
34-
position: absolute;
35-
top: 0;
36-
left: 0;
37-
width: 100%;
38-
height: 100%;
39-
display: flex;
40-
justify-content: center;
41-
align-items: center;
42-
background: rgba(0, 0, 0, 0.9);
34+
position: absolute;
35+
top: 0;
36+
left: 0;
37+
width: 100%;
38+
height: 100%;
39+
display: flex;
40+
justify-content: center;
41+
align-items: center;
42+
background: rgba(0, 0, 0, 0.9);
4343
}
4444

4545
.login-container {
46-
position: relative;
47-
width: 300px;
48-
height: 200px;
49-
display: flex;
50-
flex-direction: column;
51-
align-items: center;
52-
border-radius: 6px;
53-
background-color: white;
46+
position: relative;
47+
width: 300px;
48+
height: 200px;
49+
display: flex;
50+
flex-direction: column;
51+
align-items: center;
52+
border-radius: 6px;
53+
background-color: white;
5454
}
5555

5656
.login-title {
57-
display: block;
58-
color: black;
59-
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
60-
margin-bottom: 40px;
57+
display: block;
58+
color: black;
59+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
60+
margin-bottom: 40px;
6161
}

0 commit comments

Comments
 (0)