Hacker News new | ask | show | jobs
by tormeh 4056 days ago
I'd lay the blame on Unreal here. It's possible to bundle the mono runtime with your game, it's just that Unreal has done it in a way that doesn't satisfy the LGPL. As long as the runtime is a separate binary for which all source is available, you're fine. This can be made completely invisible to the end user.

Maybe there's some difficulty I'm not seeing here, though.