Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Apr 10, 2024
1 parent 49d1ace commit 05b68a9
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/business/pro/freetrial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

只支持以下特定的Unity版本。邻近的小版本如果在构建时没有出现编译错误则**也可使用**

- 2019.4.40f1
- 2020.3.48f1
- ~~2019.4.40f1~~ 待支持
- ~~2020.3.48f1~~ 待支持
- 2021.3.31f1
- 2022.3.11f1

Expand All @@ -25,3 +25,19 @@
- Profiler、Script Debugging等development Build选项

不支持增量式GC及各种编译选项是因为每种编译参数都需要单独的libil2cpp.a,大大提高了维护成本。

## 安装

相关libil2cpp代码已经直接包含到Package中,打开`HybridCLR/Installer`菜单,点击Install按钮即可完成安装。

## 设置

相比于社区版本或者正式的专业版本,需要修改以下设置:

- 关闭增量式GC
- 关闭development选项
- 不可修改加密参数vmSeed的值,必须保持为0。其他加密参数可修改

## 使用

除了安装与设置如上面文档说明有少许调整外,剩余完全参照[快速上手](./quickstart)即可。

0 comments on commit 05b68a9

Please sign in to comment.