hotc-il2cpp/ ├── src/ │ ├── core/ # IL interpreter core │ ├── bridge/ # Unity API bridge │ └── utils/ # Utilities ├── tests/ # IL-level tests ├── CMakeLists.txt └── README.md ...