Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed May 13, 2024
1 parent 7ec77b9 commit 350408c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/basic/notsupportedfeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
:::

- 暂时不支持在热更新脚本中定义extern函数,但可以调用AOT中extern函数。
- 社区版本不支持dots,商业化版本支持绝大多数dots特性,详见[dots兼容性](./dots)
- 不支持`System.Runtime.InteropServices.Marshal``Marshal.StructureToPtr`之类序列化结构的函数,但普通Marshal函数如`Marshal.PtrToStringAnsi`都是能正常工作的。
- 不支持[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.xxx)]。纯粹是时机问题,Unity收集这些函数的时机很早,此时热更新dll还没加载。一个推荐的办法是你使用反射收集这些函数,在合适的时机主动调用它们。
- 不支持对解释代码部分进行C#级别调试,因为没暂时没时间写调试器
Expand Down
2 changes: 1 addition & 1 deletion docs/basic/supportedplatformanduniyversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ HybridCLR已经稳定支持了2019.4.x、2020.3.x、2021.3.x、2022.3.x 系列LT
- Android armv7、armv8(arm64)
- iOS arm64
- tvOS
- WebGL 标准WebGL、MiniGame、微信小游戏
- WebGL 包括WebGL、MiniGame、微信小游戏
- PS4、PS5
- UWP
- 华为Harmony(鸿蒙)平台(当前只有团结引擎支持鸿蒙)
Expand Down
1 change: 1 addition & 0 deletions docs/other/businesscase.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Unity游戏中使用HybridCLR热更新的13款,使用lua热更新的有27款
|畅游|[JUMP:群星集结 ](https://www.jumpmoba.com/en)
|网易|[瑶台](https://yaotai.163.com/)|
|百度|[希壤](https://vr.baidu.com/product/xirang)|
|紫龙|[钢岚](https://www.qimai.cn/app/rank/appid/1658241152/country/cn)|



0 comments on commit 350408c

Please sign in to comment.