why? my current understanding of mono and il2cpp: - Mono: the C# is compiled into IL, and Mono is th
why? my current understanding of mono and il2cpp:
- Mono: the C# is compiled into IL, and Mono is the runtime that takes the IL and uses JIT to compile the IL to machine code at runtime
- IL2CPP: the C# is compiled into IL, and il2cpp takes the IL and converts it to C++, which is then compiled into machine code at build time
- Mono: the C# is compiled into IL, and Mono is the runtime that takes the IL and uses JIT to compile the IL to machine code at runtime
- IL2CPP: the C# is compiled into IL, and il2cpp takes the IL and converts it to C++, which is then compiled into machine code at build time