开发计划
运行时实现状态
| 运行时 | 环境 | 状态 |
|---|---|---|
| Il2Cpp | Player 发布 | 已完成 |
| Mono | Unity Editor | 已完成 |
权威说明见 项目状态、Mono 实现、Il2Cpp 实现。支持的 Unity / Lua 版本见 兼容性。
Il2Cpp(Player)
- 内嵌 Lua + C++ 直桥
- ReducedType stub 复用(
ZLua/Generate/All) -
GetFunctionDelegate 桥 - 懒绑定、
CSharp根表、重载、Marshal 路径 - vs xLua / toLua / SLua 性能实测(见 PERFORMANCE、zlua-benchmark)
- 多平台工具链与更多设备实测
Mono(Editor)
- 目录与模块对齐 Il2Cpp
- Expression Emit 桥、三表 indexer
-
GetFunction+ Delegate 桥 - 与 Il2Cpp Lua 可见语义一致
语义与文档
- 本仓库
docs/spec规范性契约(唯一语义标准) -
docs/impl/docs/compare实现对照与选型对比 - 用户指南与 reference 持续对齐校正
- toLua / SLua / Delegate / GC Alloc 等对比项补测
后续版本方向
- Luau
- 更多平台工具链与设备实测
- 迁移指南与案例(migration)