Skip to content

Commit df7aac8

Browse files
committed
更新 work-with-hybridclr中关于dnlib冲突的说明
1 parent 638cc00 commit df7aac8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/beginner/work-with-hybridclr.md

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

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

2222
:::
2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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, having the same plugin name in two packages will cause errors.
20-
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.
19+
Both Obfuz and HybridCLR plugins include the dnlib plugin. For Unity, errors occur when two packages contain plugins with the same name.
20+
The solution is to download HybridCLR locally, remove the included dnlib.dll, and then place it in the Packages directory.
2121

2222
:::
2323

0 commit comments

Comments
 (0)