Hacker News new | ask | show | jobs
by TylerE 1007 days ago
Now imagine Factorio in Unity. Do you expect that to be better or worse than factorio on unreal?
1 comments

I'd expect it to be equivalent since the task the engines are doing is well within both of their respective capabilities.

The engine is not simulating any of the factory logistics, that's all going to be bespoke code by the game dev and so there's no major reason to expect unity or unreal to behave meaningfully different here.

Sure there is: C# is substantially less performant than C++ code.
C# has a pretty good FFI system that can call into C++ code. Unity itself does that, after all, it's not entirely written in C#
Factorio is insanely well optimized. Any overhead is going to be noticeable.