Skip to content

Commit 638cc00

Browse files
committed
修复文档错误
1 parent 78d7c2e commit 638cc00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/beginner/work-with-hybridclr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ obufz4hybridclr是一个Obfuz扩展包,用于支持HybridCLR热更新工作流
1616

1717
:::warning
1818

19-
Obfuz和HybridCLR插件都包含了dnlib插件。对于Unity 2021及更早版本,当两个package中包含同名插件时会产生错误
19+
Obfuz和HybridCLR插件都包含了dnlib插件。在Unity Editor中当两个package中包含同名插件时会产生错误
2020
解决办法为将这两个插件之一(不必两个都改为本地安装)改为本地安装,即将Obfuz或HybridCLR下载到本地,移除其中包含的dnlib.dll,再放到Packages目录下。
2121

2222
:::

docs/manual/hybridclr/work-with-hybridclr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HybridCLR工作流并未考虑到代码混淆的情况,如果直接使用会
66

77
### 同时安装Obfuz和HybridCLR后dnlib插件冲突的问题
88

9-
Obfuz和HybridCLR插件都包含了dnlib插件。对于Unity 2021及更早版本,当两个package中包含同名插件时会产生错误
9+
Obfuz和HybridCLR插件都包含了dnlib插件。在Unity Editor中当两个package中包含同名插件时会产生错误
1010
解决办法为将HybridCLR下载到本地,移除其中包含的dnlib.dll,再放到Packages目录下。
1111

1212
### 被混淆的AOT程序集的裁剪问题

i18n/en/docusaurus-plugin-content-docs/current/beginner/work-with-hybridclr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ obufz4hybridclr is an Obfuz extension package for supporting HybridCLR hot updat
1616

1717
:::warning
1818

19-
Both Obfuz and HybridCLR plugins include the dnlib plugin. For Unity 2021 and earlier versions, having the same plugin name in two packages will cause errors.
19+
Both Obfuz and HybridCLR plugins include the dnlib plugin. For Unity, having the same plugin name in two packages will cause errors.
2020
The solution is to install one of the plugins (not necessarily both) locally: download Obfuz or HybridCLR to your local machine, remove the included dnlib.dll, and then place it in the Packages directory.
2121

2222
:::

i18n/en/docusaurus-plugin-content-docs/current/manual/hybridclr/work-with-hybridclr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HybridCLR workflow does not consider code obfuscation scenarios, so using it dir
66

77
### Plugin Conflicts Between Obfuz and HybridCLR dnlib Plugins
88

9-
Both Obfuz and HybridCLR plugins include the dnlib plugin. For Unity 2021 and earlier versions, errors occur when two packages contain plugins with the same name.
9+
Both Obfuz and HybridCLR plugins include the dnlib plugin. For Unity, errors occur when two packages contain plugins with the same name.
1010
The solution is to download HybridCLR locally, remove the included dnlib.dll, and then place it in the Packages directory.
1111

1212
### Trimming Issues for Obfuscated AOT Assemblies

0 commit comments

Comments
 (0)