The fans really rose to the occasion.

  • dalekcaan@lemm.ee
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 year ago

    That’s okay, there shouldn’t be any games made with later versions of Unity, since everyone knows not to use Unity now.

    • Gabu@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      edit-2
      1 year ago

      Godot 4 has feature parity, for any devs not in the know. It’s also WAAAAY better at creating small binaries and exposing moddable content in games.

      • I Cast Fist@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Binaries at around 61MB, which has the full engine code. I don’t know about feature parity, but the skeleton animation still needs some work, it throws a fuckload of errors when you fiddle with certain modifiers, like InverseKinematics (seriously, it’ll throw a line of error pointing to that per frame. Won’t crash or anything, but it’s annoying as fuck and gets in the way of debugging). Still, for wholly 2D games, it’s leagues better than Unity, once you understand how to do stuff