移动端测试
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 401 KiB |
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d3d548910ab190741870d32336dcae9f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Assets/WebGLTemplates/DefaultTemplate/TemplateData/favicon.ico
Normal file
BIN
Assets/WebGLTemplates/DefaultTemplate/TemplateData/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 60daaee6df4b6904b9b5c99351f040de
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 540e66911c73cc84e912b1bf0d660257
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: df26eead11df0654c8c2011c1dd8443e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
79
Assets/WebGLTemplates/DefaultTemplate/TemplateData/style.css
Normal file
79
Assets/WebGLTemplates/DefaultTemplate/TemplateData/style.css
Normal file
@ -0,0 +1,79 @@
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background: url('background.png');
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#unity-container {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#unity-container.unity-desktop {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%)
|
||||
}
|
||||
|
||||
#unity-container.unity-mobile {
|
||||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
#unity-canvas {
|
||||
background: url('background.png') no-repeat center
|
||||
}
|
||||
|
||||
.unity-mobile #unity-canvas {
|
||||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
#unity-loading-bar {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#unity-loading-img {
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
#unity-loadtext {
|
||||
width: 200px;
|
||||
height: 30px;
|
||||
margin: 0 auto;
|
||||
color: aliceblue;
|
||||
}
|
||||
|
||||
#unity-progress-bar-empty {
|
||||
width: 50%;
|
||||
height: 15px;
|
||||
border-radius: 10px;
|
||||
margin: 0 auto;
|
||||
background: url('progress-bar-empty-dark.png') no-repeat center
|
||||
}
|
||||
|
||||
#unity-progress-bar-full {
|
||||
height: 100%;
|
||||
border-radius: 10px;
|
||||
width: 0%;
|
||||
background: url('progress-bar-full-dark.png') no-repeat center
|
||||
}
|
||||
|
||||
#unity-warning {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 5%;
|
||||
transform: translate(-50%);
|
||||
background: white;
|
||||
padding: 10px;
|
||||
display: none
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f0bf40f881180eb4dbd8eca6d51e9cbd
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user