v0.4.0
parent
871cbcce16
commit
ab0b098857
|
@ -13,3 +13,4 @@ _WebGL/
|
|||
_Standalone/
|
||||
Assets/
|
||||
ProjectSettings/
|
||||
PackageTest
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"companyName": "Coffee",
|
||||
"productName": "SoftMaskForUGUI",
|
||||
"dataUrl": "Builds.data.unityweb",
|
||||
"asmCodeUrl": "Builds.asm.code.unityweb",
|
||||
"asmMemoryUrl": "Builds.asm.memory.unityweb",
|
||||
"asmFrameworkUrl": "Builds.asm.framework.unityweb",
|
||||
"TOTAL_MEMORY": 268435456,
|
||||
"splashScreenStyle": "Dark",
|
||||
"backgroundColor": "#231F20"
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"companyName": "Coffee",
|
||||
"productName": "SoftMaskForUGUI",
|
||||
"dataUrl": "build.data.unityweb",
|
||||
"asmCodeUrl": "build.asm.code.unityweb",
|
||||
"asmMemoryUrl": "build.asm.memory.unityweb",
|
||||
"asmFrameworkUrl": "build.asm.framework.unityweb",
|
||||
"TOTAL_MEMORY": 268435456,
|
||||
"splashScreenStyle": "Dark",
|
||||
"backgroundColor": "#231F20"
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
<script src="TemplateData/UnityProgress.js"></script>
|
||||
<script src="Build/UnityLoader.js"></script>
|
||||
<script>
|
||||
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/build.json", {onProgress: UnityProgress});
|
||||
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/Builds.json", {onProgress: UnityProgress});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue