tuyoogame/huatuo
huatuo是一个特性完整、零成本、高性能、低内存的近乎完美的Unity全平台原生c#热更方案。 Huatuo is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotfix observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1695
- days_rel: n/a
- days_push: 1294
- n_releases_24m: 0
Adoption not part of the score
2344 stars · 381 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Huatuo is a native C# hot-update solution for Unity that extends the il2cpp AOT runtime into an 'AOT + Interpreter' hybrid runtime, enabling dynamic assembly loading on all platforms including iOS and consoles. It implements a high-performance register interpreter and differential hybrid DLL technology so hot-updated code runs at near-native AOT performance with zero learning cost.
Use cases
- hot update c# code in unity games on ios without jit
- fix bugs in shipped unity game without app store review
- load c# assemblies dynamically in il2cpp builds
- run hot-updated game logic at near-native performance
- avoid lua-based scripting limitations in unity projects
- support reflection and inheritance across hot-update and AOT code
When to choose
- you need full C# feature support (reflection, multithreading, async) in hot-update code
- you want near-zero learning cost and no adapters or code generation
- you target iOS or consoles where JIT is restricted
- performance and memory of hot-updated code matter
When to avoid
- your project uses mono backend instead of il2cpp
- you need a simple scripting layer and can accept lua or other VM tradeoffs
- you require long-term vendor support - the project appears no longer actively maintained
Facets
library · maturity maintenance
interpreter compiler programming-languages cross-platform cpp game-engine unity il2cpp hot-update csharp aot-interpreter hybrid-runtime differential-hybrid-dll game-hotfix game-development android ios
1 source
- readme: https://github.com/tuyoogame/huatuo · fetched 2026-08-28 · c331963c133d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tuyoogame/huatuo | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="tuyoogame/huatuo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem