Hacker News new | ask | show | jobs
by Pxtl 4531 days ago
Yeah, nobody wants to have a GC pause just as they're about to do something tricky.
1 comments

So maybe AAA studios shouldn't be using Unity. Oh wait...
The overwhelming bulk of a Unity game on Android runs in purely native code (the Unity shared library). Of course the game orchestration and such runs in a managed runtime (mono), but the garbage created by simple orchestration/management running in a GC is minuscule compared to the garbage created by an entire game engine running in a GC.
Ah you mean like the Witcher 2 for the XBox 360 where the C++ engine uses a GC?