• @tal
    link
    English
    5
    edit-2
    6 days ago

    "One of the biggest things with Unity and Unreal is that they’re constantly trying to grow. And to grow means they’re constantly adding new features because they want to add more user types. That ends in a polluted engine in terms of features. If you go to the bar at the top, you will see a lot of features and they have so many use cases. And now they’re also building for industrial digitisation, so they need to support that. So suddenly you have this large code, and maybe somebody is only using just 40% or 30% of it, but you need to make sure it’s stable and doesn’t crash.

    Yes. But on the flip side, you also have a lot more resources to debug that codebase.

    I think that there’s a fair argument that Unity or Unreal might not be ideal for a given game. But:

    • I am skeptical that game studios are generally better-off writing their own engine, particularly with graphically-spiffier games.

    • I think that the main case where doing one’s own engine is useful is when someone wants to do something that a game engine simply cannot do. I don’t think that just having one game studio implement 30%-40% of a shared engine from scratch with the goal of having a codebase that’s 30%-40% the current size makes a lot of sense in terms of saving development time. And even if new functionality is required, I’d still argue that if that functionality is at all reusable, it’d be a good idea into looking into spreading those costs over a number of games.