ποΈ Getting Started
This tutorial guides you to experience HybridCLR hot update from an empty project. For the sake of simplicity, only the case where the BuildTarget is Windows or MacOS Standalone platform is demonstrated.
ποΈ Use MonoBehaviour
HybridCLR fully supports the MonoBehaviour workflow. You can not only dynamically mount the hot update script in the code through AddComponent, but also hang the hot update script on the resource, and then restore the script by loading the resource.
ποΈ Use Generics
HybridCLR fully supports generic features without any restrictions.
ποΈ Other Information
Official related warehouse