Skip to content

Commit

Permalink
release: webgl 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eldenpark committed Jun 22, 2020
1 parent 0ffba51 commit 88c90a9
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 11 deletions.
100 changes: 97 additions & 3 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ PlayerSettings:
m_HolographicTrackingLossScreen: {fileID: 0}
defaultScreenWidth: 1024
defaultScreenHeight: 768
defaultScreenWidthWeb: 400
defaultScreenHeightWeb: 600
defaultScreenWidthWeb: 320
defaultScreenHeightWeb: 480
m_StereoRenderingPath: 0
m_ActiveColorSpace: 0
m_MTRendering: 1
Expand Down Expand Up @@ -111,6 +111,8 @@ PlayerSettings:
switchNVNShaderPoolsGranularity: 33554432
switchNVNDefaultPoolsGranularity: 16777216
switchNVNOtherPoolsGranularity: 16777216
stadiaPresentMode: 0
stadiaTargetFramerate: 0
vulkanNumSwapchainBuffers: 3
vulkanEnableSetSRGBWrite: 0
m_SupportedAspectRatios:
Expand Down Expand Up @@ -271,7 +273,99 @@ PlayerSettings:
m_Width: 128
m_Height: 128
m_Kind: 0
m_BuildTargetPlatformIcons: []
m_BuildTargetPlatformIcons:
- m_BuildTarget: Android
m_Icons:
- m_Textures: []
m_Width: 432
m_Height: 432
m_Kind: 2
m_SubKind:
- m_Textures: []
m_Width: 324
m_Height: 324
m_Kind: 2
m_SubKind:
- m_Textures: []
m_Width: 216
m_Height: 216
m_Kind: 2
m_SubKind:
- m_Textures: []
m_Width: 162
m_Height: 162
m_Kind: 2
m_SubKind:
- m_Textures: []
m_Width: 108
m_Height: 108
m_Kind: 2
m_SubKind:
- m_Textures: []
m_Width: 81
m_Height: 81
m_Kind: 2
m_SubKind:
- m_Textures: []
m_Width: 192
m_Height: 192
m_Kind: 0
m_SubKind:
- m_Textures: []
m_Width: 144
m_Height: 144
m_Kind: 0
m_SubKind:
- m_Textures: []
m_Width: 96
m_Height: 96
m_Kind: 0
m_SubKind:
- m_Textures: []
m_Width: 72
m_Height: 72
m_Kind: 0
m_SubKind:
- m_Textures: []
m_Width: 48
m_Height: 48
m_Kind: 0
m_SubKind:
- m_Textures: []
m_Width: 36
m_Height: 36
m_Kind: 0
m_SubKind:
- m_Textures: []
m_Width: 192
m_Height: 192
m_Kind: 1
m_SubKind:
- m_Textures: []
m_Width: 144
m_Height: 144
m_Kind: 1
m_SubKind:
- m_Textures: []
m_Width: 96
m_Height: 96
m_Kind: 1
m_SubKind:
- m_Textures: []
m_Width: 72
m_Height: 72
m_Kind: 1
m_SubKind:
- m_Textures: []
m_Width: 48
m_Height: 48
m_Kind: 1
m_SubKind:
- m_Textures: []
m_Width: 36
m_Height: 36
m_Kind: 1
m_SubKind:
m_BuildTargetBatching:
- m_BuildTarget: Web
m_StaticBatching: 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To be described later...
To be described later...

## Contributors
- Patrick Assaf
- Patrick Assaf https://www.linkedin.com/in/patrick-assaf-964029161
- Joseph Beavans https://www.linkedin.com/in/joseph-beavans
- Venkata Sai Himabindu Kandukuri https://www.linkedin.com/in/himabindu-kandukuri-a2690356/
- Gustavo Moncada https://www.linkedin.com/in/gustavo-moncada-12591463
Expand Down
Binary file modified docs/Build/docs.data.unityweb
Binary file not shown.
Binary file modified docs/Build/docs.wasm.code.unityweb
Binary file not shown.
12 changes: 6 additions & 6 deletions docs/Build/docs.wasm.framework.unityweb
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ function _emscripten_asm_const_ii(code, a0) {
return ASM_CONSTS[code](a0);
}
STATIC_BASE = GLOBAL_BASE;
STATICTOP = STATIC_BASE + 3191216;
STATICTOP = STATIC_BASE + 3191392;
__ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_AIScriptingClasses_cpp();
Expand Down Expand Up @@ -3351,6 +3351,10 @@ __ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_os_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Il2CppCodeRegistration_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_vm_cpp();
Expand All @@ -3367,16 +3371,12 @@ __ATINIT__.push({
func: (function() {
__GLOBAL__sub_I_Lump_libil2cpp_gc_cpp();
})
}, {
func: (function() {
__GLOBAL__sub_I_Il2CppCodeRegistration_cpp();
})
}, {
func: (function() {
___emscripten_environ_constructor();
})
});
var STATIC_BUMP = 3191216;
var STATIC_BUMP = 3191392;
Module["STATIC_BASE"] = STATIC_BASE;
Module["STATIC_BUMP"] = STATIC_BUMP;
var tempDoublePtr = STATICTOP;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</head>
<body>
<div class="webgl-content">
<div id="unityContainer" style="width: 400px; height: 600px"></div>
<div id="unityContainer" style="width: 320px; height: 480px"></div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div>
Expand Down

0 comments on commit 88c90a9

Please sign in to comment.