From 14a6ddb661664dbf78b288ded538f2608cdc9d3f Mon Sep 17 00:00:00 2001 From: walon Date: Tue, 27 May 2025 20:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- REAME-EN.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d285559..5b65242 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化 - **开源免费**:基于 MIT 协议,免费使用和修改。 - **功能强大**:提供媲美商业工具的强大混淆和代码加固功能。 - **专为 Unity 设计**:为Unity工作流深度优化,自动化处理除了反射以外(因为工具做不到智能识别反射)所有需要特殊处理的情况(如MonoBehaviour名不能混淆),几乎零配置即可集成代码混淆功能。 -- **稳定可靠**:有全面的自动化测试项目,成功通过2400个多个测试用例,几乎覆盖所有常见的代码用例 +- **稳定可靠**:有全面的自动化测试项目,成功通过3000个多个测试用例,几乎覆盖所有常见的代码用例 - **支持热更新**:支持HybridCLR、xlua之类最流行的代码热更新方案 - **敏捷开发**:快速响应开发者需求、迅速修复bug,及时跟进Unity及团结引擎的最新改动 @@ -29,7 +29,8 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化 - **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。 - **静态与动态解密**:结合静态和动态解密,防止离线静态分析。 - **深度 Unity 集成**:与 Unity 工作流无缝衔接,简单配置即可使用。 -- **热更新支持**:全面兼容 HybridCLR、xLua、Puerts 等热更新框架,确保动态代码更新顺畅。 +- **热更新支持**:全面兼容 HybridCLR、xLua 等热更新框架,确保动态代码更新顺畅。 +- **兼容DOTS**:兼容DOTS各个版本,无需配置即可正常工作。 ## 支持的Unity版本与平台 diff --git a/REAME-EN.md b/REAME-EN.md index a9e9d41..e2ecab2 100644 --- a/REAME-EN.md +++ b/REAME-EN.md @@ -16,7 +16,7 @@ - **Open Source & Free**: Licensed under MIT, free to use and modify. - **Powerful Features**: Delivers obfuscation and code protection comparable to commercial tools. - **Unity-First Design**: Deeply optimized for Unity workflows. Automatically handles all edge cases (e.g., preserving `MonoBehaviour` names) except reflection (due to technical limitations). Near-zero configuration required. -- **Battle-Tested**: Verified by 2,400+ automated test cases covering virtually all common code patterns. +- **Battle-Tested**: Verified by 3,000+ automated test cases covering virtually all common code patterns. - **Hot Reload Ready**: Fully compatible with leading hot-reload solutions like HybridCLR and xLua. - **Agile Development**: Rapid bug fixes, prompt feature updates, and immediate support for the latest Unity/Unity Engine changes. @@ -30,6 +30,7 @@ - **Static and Dynamic Decryption**: Combines static and dynamic decryption to resist offline static analysis. - **Seamless Unity Integration**: Deeply integrated with Unity workflows, requiring minimal configuration to get started. - **Hot Update Compatibility**: Fully supports hot update frameworks like HybridCLR, xLua, and Puerts, ensuring compatibility with dynamic code updates. +- **DOTS Compatibility**: Works seamlessly across all DOTS versions with zero configuration required. ## Supported Unity Versions & Platforms