Skip to main content
Version: Next

Code Obfuscation

If hot update code is not obfuscated, tools like ILSpy can easily decompile it back to near-source-code C# code, posing serious threats to intellectual property and code security for commercial game projects and indie game development.

Among current open-source code obfuscation tools, only Obfuz is deeply integrated with Unity and fully supports HybridCLR.

Obfuz is an open-source, powerful, easy-to-use, stable and reliable Unity code obfuscation and hardening solution that fully meets the needs of commercial game projects. We strongly recommend using Obfuz to encrypt and protect your code.

Obfuz has provided the following related documentation:

tip

Polymorphic DLL files can effectively protect against cracking and DLL tampering. We strongly recommend commercial projects use this feature.