diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index adf0bcc..3990393 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -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 @@ -111,6 +111,8 @@ PlayerSettings: switchNVNShaderPoolsGranularity: 33554432 switchNVNDefaultPoolsGranularity: 16777216 switchNVNOtherPoolsGranularity: 16777216 + stadiaPresentMode: 0 + stadiaTargetFramerate: 0 vulkanNumSwapchainBuffers: 3 vulkanEnableSetSRGBWrite: 0 m_SupportedAspectRatios: @@ -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 diff --git a/README.md b/README.md index 53be1de..b54c426 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/Build/docs.data.unityweb b/docs/Build/docs.data.unityweb index dc749ca..87cd860 100644 Binary files a/docs/Build/docs.data.unityweb and b/docs/Build/docs.data.unityweb differ diff --git a/docs/Build/docs.wasm.code.unityweb b/docs/Build/docs.wasm.code.unityweb index 837c5f1..cabad70 100644 Binary files a/docs/Build/docs.wasm.code.unityweb and b/docs/Build/docs.wasm.code.unityweb differ diff --git a/docs/Build/docs.wasm.framework.unityweb b/docs/Build/docs.wasm.framework.unityweb index 3f474e9..716fd65 100644 --- a/docs/Build/docs.wasm.framework.unityweb +++ b/docs/Build/docs.wasm.framework.unityweb @@ -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(); @@ -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(); @@ -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; diff --git a/docs/index.html b/docs/index.html index 74dace9..1de7f50 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,7 +14,7 @@