Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Jul 18, 2023
1 parent e0410b9 commit 8fd9c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/business/reload/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
## 安装

- 将hyridclr_unity解压后,放到项目Packages目录下,改名为com.code-philosophy.hybridclr
- 根据你的unity版本解压对应的`libil2cpp-{version}.7z`
- 根据你的unity版本解压对应的`libil2cpp-{version}.7z`
- 打开 `HybridCLR/Installer`,开启`从本地复制libil2cpp`选项,选中刚才解压的libil2cpp目录,进行安装
- **2022+版本需要使用修改版本的 UnityEngine.CoreModule.dll**, 详细见[修改dll](./modifydll.md)
- **Unity 2022+版本需要使用修改版本的 UnityEngine.CoreModule.dll**, 详细见[修改dll](./modifydll.md)

![installer](/img/hybridclr/ultimate-installer.jpg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Almost identical to the community version of [Quickstart](../../beginner/quickst
## Install

- After decompressing hyridclr_unity, put it in the project Packages directory and rename it to com.code-philosophy.hybridclr
- Decompress the corresponding `libil2cpp-{version}.7z` according to your unity version,
- Decompress the corresponding `libil2cpp-{version}.7z` according to your unity version
- Open `HybridCLR/Installer`, turn on the `Copy libil2cpp from Local` option, select the libil2cpp directory you just decompressed, and install it
- **Unity 2022+ version needs to use the modified version of UnityEngine.CoreModule.dll**, see [Modify dll](./modifydll.md) for details

![installer](/img/hybridclr/ultimate-installer.jpg)

Expand Down

0 comments on commit 8fd9c3f

Please sign in to comment.