• Scrubbles
    link
    fedilink
    English
    517 days ago

    Brand is already in ruins. Their users weren’t gamers, who’d come running back if a new flashy game came out, it’s engineers. Developers who need to know long term that the choice they make will work for them in 5 years, 10 years, or further. I don’t know how they can expect that trust to be rebuilt, it’ll take many, many years for them to even be on the radar for most developers now.

    • @[email protected]
      link
      fedilink
      English
      57 days ago

      Developers who need to know long term that the choice they make will work for them in 5 years, 10 years, or further.

      I think that’s exactly what they were counting on. Same thing all these companies are counting on; that their users are too deeply invested to bother switching platforms. And most of the time they’re right! But I guess Unity found that breaking point and blew by it at 100mph.

    • AnyOldName3
      link
      fedilink
      English
      277 days ago

      It also doesn’t help that once you’ve paid the large fee for the Pro version, it doesn’t actually guarantee any support if you encounter a bug. You get access to a different issue tracker, and might get a Unity employee to confirm that the bug exists after a couple of months (and maybe close it as a duplicate, then reopen it as not a duplicate when the fix for the other bug doesn’t help, then reclose it as a duplicate when it turns out the fix for the other bug also doesn’t fix the other bug, and at the end of a multi-month process, there still being a bug with no indication an engineer’s looked at it).

      Anyway, I’m glad to no longer be working for a company that uses Unity.

    • @[email protected]
      link
      fedilink
      English
      167 days ago

      it’ll take many, many years for them to even be on the radar for most developers now.

      Probably longer than the company has, to be honest. The engine’s best bet is to get purchased by another company that partially open-sources it or something.

      • Scrubbles
        link
        fedilink
        107 days ago

        Yeah thinking about they did this because they were already struggling financially, and this stupid as hell move will only make that worse for a very long time…

        • @[email protected]
          link
          fedilink
          English
          36 days ago

          John Riccitello should find it very hard to get a job as an executive after a blunder that massive, but alas he’s doing just fine.

    • @[email protected]
      link
      fedilink
      English
      127 days ago

      I’m an old gamedev and software dev. I switched to Linux because I felt like every day there was some new, not better just different thing with windows you had to integrate. I feel the same for unity, I recall when they (2.7?) just downgraded from doubles to floats and my whole world didn’t work any more (tools included ofc).

      Just started with Godot C# on Linux, and I feel so in control (after some setup stuff ofc but I feel that that will only happen once) that I can just spend my time on my game and nothing else. So liberating.

      • Scrubbles
        link
        fedilink
        117 days ago

        I’ll say as someone who is barely starting out, more blogs, videos, and tutorials would be very helpful with Godot. Even if you don’t consider yourself a writer or content provider, if you have experience using it and setting it up, getting a first project started, a lot of people would be very grateful for your insights.

        • @[email protected]
          link
          fedilink
          English
          87 days ago

          I just followed the official tuto, plus the install of mono/C# stuff. Did it again on my laptop, took a little while but it was easy as a breeze.

          The only hard thing to make work was m$ visual code for the C# scripting, it actually still doesn’t work more than basic code highlighting, doesn’t have a working godot intellisense nor can I compile or run the godot engine from it. I just run it from the Godot editor though.

      • Blaster M
        link
        fedilink
        English
        57 days ago

        hol up, Unity started by using doubles, and then downgraded? That explains why all the physics is so janky in unity