mirror of
https://github.com/RYGhub/kei.git
synced 2024-12-04 22:14:29 +00:00
Publish to ghpages
This commit is contained in:
parent
c476e63ad3
commit
20ef4196f0
8 changed files with 40 additions and 4 deletions
|
@ -174,7 +174,7 @@ MonoBehaviour:
|
||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Navigation:
|
m_Navigation:
|
||||||
m_Mode: 3
|
m_Mode: -1
|
||||||
m_SelectOnUp: {fileID: 0}
|
m_SelectOnUp: {fileID: 0}
|
||||||
m_SelectOnDown: {fileID: 0}
|
m_SelectOnDown: {fileID: 0}
|
||||||
m_SelectOnLeft: {fileID: 0}
|
m_SelectOnLeft: {fileID: 0}
|
||||||
|
@ -933,6 +933,7 @@ MonoBehaviour:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
url: https://ryg.steffo.eu/api/kei
|
url: https://ryg.steffo.eu/api/kei
|
||||||
kpid:
|
kpid:
|
||||||
|
convid:
|
||||||
--- !u!1 &1531870066
|
--- !u!1 &1531870066
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|
|
@ -652,13 +652,13 @@ PlayerSettings:
|
||||||
blurSplashScreenBackground: 1
|
blurSplashScreenBackground: 1
|
||||||
spritePackerPolicy:
|
spritePackerPolicy:
|
||||||
webGLMemorySize: 16
|
webGLMemorySize: 16
|
||||||
webGLExceptionSupport: 1
|
webGLExceptionSupport: 0
|
||||||
webGLNameFilesAsHashes: 0
|
webGLNameFilesAsHashes: 1
|
||||||
webGLDataCaching: 1
|
webGLDataCaching: 1
|
||||||
webGLDebugSymbols: 0
|
webGLDebugSymbols: 0
|
||||||
webGLEmscriptenArgs:
|
webGLEmscriptenArgs:
|
||||||
webGLModulesDirectory:
|
webGLModulesDirectory:
|
||||||
webGLTemplate: APPLICATION:Default
|
webGLTemplate: APPLICATION:Minimal
|
||||||
webGLAnalyzeBuildSize: 0
|
webGLAnalyzeBuildSize: 0
|
||||||
webGLUseEmbeddedResources: 0
|
webGLUseEmbeddedResources: 0
|
||||||
webGLCompressionFormat: 1
|
webGLCompressionFormat: 1
|
||||||
|
|
16
docs/Build/09d4f44b8e4f8af02a070032f8a71d94.json
Normal file
16
docs/Build/09d4f44b8e4f8af02a070032f8a71d94.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"companyName": "Kuno Labs",
|
||||||
|
"productName": "Kei",
|
||||||
|
"productVersion": "23.12",
|
||||||
|
"dataUrl": "68225042537e934eac69547e62f89020.unityweb",
|
||||||
|
"wasmCodeUrl": "7a9489cd894973c85ede0328a28bc35c.unityweb",
|
||||||
|
"wasmFrameworkUrl": "94e2762c7bb08db76417ef58499f5625.unityweb",
|
||||||
|
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
|
||||||
|
"webglContextAttributes": {"preserveDrawingBuffer": false},
|
||||||
|
"splashScreenStyle": "Dark",
|
||||||
|
"backgroundColor": "#000000",
|
||||||
|
"cacheControl": {"default": "must-revalidate"},
|
||||||
|
"developmentBuild": false,
|
||||||
|
"multithreading": false,
|
||||||
|
"unityVersion": "2019.3.0b6"
|
||||||
|
}
|
BIN
docs/Build/68225042537e934eac69547e62f89020.unityweb
Normal file
BIN
docs/Build/68225042537e934eac69547e62f89020.unityweb
Normal file
Binary file not shown.
BIN
docs/Build/7a9489cd894973c85ede0328a28bc35c.unityweb
Normal file
BIN
docs/Build/7a9489cd894973c85ede0328a28bc35c.unityweb
Normal file
Binary file not shown.
BIN
docs/Build/94e2762c7bb08db76417ef58499f5625.unityweb
Normal file
BIN
docs/Build/94e2762c7bb08db76417ef58499f5625.unityweb
Normal file
Binary file not shown.
4
docs/Build/9b952195ab79ef94f0feaae8cbb8d8ac.js
Normal file
4
docs/Build/9b952195ab79ef94f0feaae8cbb8d8ac.js
Normal file
File diff suppressed because one or more lines are too long
15
docs/index.html
Normal file
15
docs/index.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<title>Unity WebGL Player | Kei</title>
|
||||||
|
<script src="Build/9b952195ab79ef94f0feaae8cbb8d8ac.js"></script>
|
||||||
|
<script>
|
||||||
|
UnityLoader.instantiate("unityContainer", "Build/09d4f44b8e4f8af02a070032f8a71d94.json");
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="unityContainer" style="width: 960px; height: 600px; margin: auto"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue