• Sparking
    link
    fedilink
    English
    39 months ago

    I’m going to say it (and eat the downvotes): Unity devs have become entitled, and kinda deserve the new Unity pricing structure.

    Supporting more and more devices and functionality of c# on weirder and weirder runtimes. It is a mountain of dev work that Unity is paying for and subsidizing for your game. If there was an open source effort to make a unified c# runtime across all platforms that would be one thing, but it will always be front run by new features releasing to .NET so it will never exist.

    Changing an existing agreement for pricing without any warning is gross. But something had to give eventually. I would have told you that 10 years ago.

    • @Lmaydev
      link
      3
      edit-2
      9 months ago

      .net 7+ is an open source unified runtime.

      Unity just needed to move to .net (previously .net core) to save a tonne of work.

      • Sparking
        link
        fedilink
        English
        29 months ago

        From unity’s perspective it is a bunch of wasted work. Thats the issue - they threw a billion dollars at developing their proprietary c# runtime and not recouping the cost of investment. But they can’t wait around for Microsoft to make moves. And they probably don’t want to open source their runtime either out of fear that a free game engine using it will make the rounds.

        Godot ultimately has the right approach: offer support through universal bindings to it’s underlying archetype and let devs decide what they want in their game’s stack. Everyone wins.