From 6effa4cde63b9e021c7ad9b6eecca58829f8b6bc Mon Sep 17 00:00:00 2001 From: walon Date: Sat, 25 May 2024 09:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=94=AF=E6=8C=81=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/basic/supportedplatformanduniyversion.md | 5 +++-- docs/intro.md | 2 +- .../current/basic/supportedplatformanduniyversion.md | 5 +++-- i18n/en/docusaurus-plugin-content-docs/current/intro.md | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/basic/supportedplatformanduniyversion.md b/docs/basic/supportedplatformanduniyversion.md index 56fd97335..1da87c26d 100644 --- a/docs/basic/supportedplatformanduniyversion.md +++ b/docs/basic/supportedplatformanduniyversion.md @@ -1,7 +1,7 @@ # 支持的Unity版本和平台 -HybridCLR已经稳定支持了2019.4.x、2020.3.x、2021.3.x、2022.3.x 系列LTS版本,并且支持所有il2cpp支持的平台。 +HybridCLR已经稳定支持了2019.4.x、2020.3.x、2021.3.x、2022.3.x 系列LTS版本及2023.2.x、6000.0.x等测试版本,并且支持所有il2cpp支持的平台。 ## 兼容的Unity版本 @@ -11,7 +11,8 @@ HybridCLR已经稳定支持了2019.4.x、2020.3.x、2021.3.x、2022.3.x 系列LT - 2020.3.x - 2021.3.x - 2022.3.x -- 2023.2.0ax (已经支持,**尚未对外发布**) +- 2023.2.x +- 6000.0.x :::tip diff --git a/docs/intro.md b/docs/intro.md index f8954306c..98f4436bf 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -54,7 +54,7 @@ HybridCLR是原生的c#热更新方案。通俗地说,il2cpp相当于mono的ao ## 支持的版本与平台 -- 支持2019.4.x、2020.3.x、2021.3.x、2022.3.x全系列LTS版本。`2023.2.0ax`版本也已支持,但未对外发布。 +- 支持2019.4.x、2020.3.x、2021.3.x、2022.3.x、2023.2.x、**6000.x.y**全系列LTS版本 - 支持所有il2cpp支持的平台 ## 低拒审风险 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/basic/supportedplatformanduniyversion.md b/i18n/en/docusaurus-plugin-content-docs/current/basic/supportedplatformanduniyversion.md index d0cc3aab0..6c2055afc 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/basic/supportedplatformanduniyversion.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/basic/supportedplatformanduniyversion.md @@ -4,13 +4,14 @@ HybridCLR has stably supported the 2019.4.x, 2020.3.x, 2021.3.x, and 2022.3.x se ## Compatible Unity versions -Due to maintenance cost considerations, HybridCLR only supports the LTS series version. And versions before 2019 are no longer supported. +Due to maintenance cost considerations, HybridCLR only supports the LTS series version and some beta versions. And versions before 2019 are no longer supported. - 2019.4.x - 2020.3.x - 2021.3.x - 2022.3.x -- 2023.2.0ax (already supported, **not yet released**) +- 2023.2.x +- 6000.0.x :::tip diff --git a/i18n/en/docusaurus-plugin-content-docs/current/intro.md b/i18n/en/docusaurus-plugin-content-docs/current/intro.md index 449049f28..f7eadad3e 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/intro.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/intro.md @@ -50,7 +50,7 @@ Other hot update solutions are independent vm, and the relationship with il2cpp ## Compatibility -- Support 2019.4.x, 2020.3.x, 2021.3.x, 2022.3.x full series of LTS versions. +- Supports 2019.4.x, 2020.3.x, 2021.3.x, 2022.3.x, 2023.2.x、**6000.x.y** versions - Support for common platforms. It has stably supported PC (Win32 and Win64), macOS (x86, x64, Arm64), Android (armv7, armv8), iOS (64bit), WebGL, **WeChat applet platform**, and the remaining platforms are yet to be tested. - Tested a large number of common game libraries, and did not find a library that is natively compatible with il2cpp but incompatible after using HybridCLR. As long as the library can work under the il2cpp backend, it can work normally under HybridCLR. Even those libraries that are incompatible with il2cpp due to AOT issues can now run normally because of HybridCLR's ability to expand il2cpp. @@ -67,7 +67,7 @@ It is even much safer than the lua scheme, and the probability of rejection is v ## Stability Status -At present, **extremely stable** 1.x, 2.x, 3.x official versions have been released, which are sufficient to meet the stability requirements of large and medium-sized commercial projects. Since the first game was launched on June 7, 2022, only one small bug occurred in the online project, and it was quickly fixed within a few hours. +At present, **extremely stable** 1.x, 2.x, 3.x, 4.x, 5.x official versions have been released, which are sufficient to meet the stability requirements of large and medium-sized commercial projects. Since the first game was launched on June 7, 2022, only one small bug occurred in the online project, and it was quickly fixed within a few hours. At present, at least **thousands** commercial game projects have completed access, and **hundreds** of them have been launched on both ends. The online projects include MMORPG, heavy card, heavy tower defense and other games.