📄️ Quick Start
Obfuz supports Unity 2019+ and Unite Engine 1.0.0+, working correctly on all platforms supported by Unity and Unite Engine.
📄️ Multiple Obfuscated Assemblies
This example demonstrates how to use multiple obfuscated and non-obfuscated assemblies. For the complete sample project, see MultiObfuscatedAssemblies.
📄️ Custom Obfuscation Rules
This example demonstrates how to configure obfuscation rule files. For the complete sample project, see CustomConfigure.
📄️ Using Dynamic Secret Key
Dynamic secrets are suitable for modules that execute their logic after running for a period of time, often used in hot update assemblies. For detailed documentation, see Encryption.
📄️ Obfuz+HybridCLR
This project demonstrates how to use Obfuz with HybridCLR. For the complete sample project, see WorkWithHybridCLR.
📄️ Obfuz+XLua
This project demonstrates how to use Obfuz with XLua. For the complete sample project, see WorkWithXLua.