Y
Hacker News
new
|
ask
|
show
|
jobs
by
_cbsz
2819 days ago
The recent Software Engineering Daily podcast on "Unity and WebAssembly" mentions that Unity has a .NET to C++ toolchain. Is that some kind of stock Mono feature, or is that another .NET runtime?
https://www.softwaredaily.com/post/5ba9fdd63e3767000494fe01/...
1 comments
elisee
2819 days ago
That's probably IL2CPP, developed at Unity:
https://docs.unity3d.com/Manual/IL2CPP.html
link