They’re still scumbags though

  • nous@programming.dev
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    9 months ago

    the engine costs several hundred million dollars to maintain

    I just don’t understand this. Godot is fairly comparable in scope and while it is behind Unity somewhat it also has a tiny fraction of the budget. Sometimes just throwing more money at a product does not make it any better any faster.

    • aesthelete@lemmy.world
      link
      fedilink
      English
      arrow-up
      27
      arrow-down
      1
      ·
      edit-2
      9 months ago

      You’re not counting the several millions of dollars required for executive salaries yearly. Those executives are important because how else are you going to drain the life out of the developers who are actually maintaining the thing with useless meetings, bureaucracy, “cultural transitions”, and other forms of daily torment?

    • Doc Blaze@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      1
      ·
      edit-2
      9 months ago

      Unity employs a small army (about 3K) of senior software engineers, that can definitely command upwards of 200K per year, which puts the estimate at 600 million, plus a number of specialists (mathematicians, physicists) for things like cloth and hair simulation, large water body dynamics etc. They maintain compatibility for a huge and growing list of varying hardware devices, computer operating systems, VR headsets, phones, consoles, i think unity games can even run on apple tv, this means they have to get things like floating point operation results reliable on all machines, older x86 processors, RISC chips, etc going back several decades, and even get experts directly from places like Microsoft for features like DOTS C# to native/burst compiler. Most devs don’t appreciate just how much commercial game engines handle in the background and make your build process so much easier. It’s definitely would take a slew of specialists years to get something basic and usable enough, just to display a couple moving shaded triangles, let alone something robust.

      Godot on the other hand while a highly capable engine, is a much lighter weight as by design (Juan L says so himself on the Godot blog). Features like plug and play multiplayer servers, machine learning for NPC behavior, encryption for credit card IAP, either aren’t included or havent been implemented as heavily or are only included in the asset store, as a product of a volunteer contributer, as most FOSS software is known to have. Just going through the unity package manager will show off the disgustingly bloated pile of software that is the unity engine. Probably several tens of thousands of packages available that most people will never use.