Skip to content

Commit

Permalink
更新支持的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed May 25, 2024
1 parent ed3a8c6 commit 6effa4c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions docs/basic/supportedplatformanduniyversion.md
Original file line number Diff line number Diff line change
@@ -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版本

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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支持的平台

## 低拒审风险
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions i18n/en/docusaurus-plugin-content-docs/current/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 6effa4c

Please sign in to comment.