Hacker News new | ask | show | jobs
by Rohansi 454 days ago
Even Unity games compile AOT via IL2CPP. It's optional on PC/macOS but required for most other platforms. The only real reason games may not build with it enabled is if they want to allow modding via IL decompilation.