Hacker News new | ask | show | jobs
by Yuioup 3344 days ago
Are there plans to replace Mono with .NET Core?
1 comments

No, Unity guys are doing their own thing with IL2CPP.

Basically they generate C++ from MSIL as a means to generate native code, instead of building their own compiler backend.

They plan however, to eventually update their Mono runtime.

https://forum.unity3d.com/threads/future-plans-for-the-mono-...