I made a blog post about my experience switching from Unity to Godot earlier this year, and some tips for Unity devs.

  • @[email protected]OP
    link
    fedilink
    201 year ago

    Honestly GDscript is really easy to learn if you’ve got a programming background. The concepts are mostly the same so you can head over to the GDScript reference and learn to use it in less than a day. As soon as you get used to the syntax you basically know it already.

    • amio
      link
      fedilink
      121 year ago

      I’m sure you’re right, and it looks serviceable. It’s not really about that, though. I’ve done the “learn a new language” thing many, many times. It gets old and I’m sort of over it - it’s not as fun as it once was, particularly now I have my favorite that I know well and am good at.

      • I Cast Fist
        link
        fedilink
        English
        91 year ago

        GDScript works almost 1-1 like Python. Any experience with Python almost instantly translates into knowing what to do in GDSCript, but not necessarily the other way around, as their script has a couple more builtin features.

        • circuitfarmer
          link
          fedilink
          51 year ago

          Was going to say this but you beat me to it: if you know Python, you pretty much already know GDScript. It’s not at all like needing to learn another language from scratch.

          • @[email protected]
            link
            fedilink
            English
            21 year ago

            I don’t understand why people are so afraid of GDScript, so many are literally refusing to even look at it. It’s baffling.

      • @[email protected]
        link
        fedilink
        31 year ago

        If you’ve done it a lot then you know how easy it is to get up and running with a new language.

        Really, it’s not that hard. GDscript is not some archaic clunker like COBOL with outdated paradigms, nor some esoteric joke language like Brainfuck that’s just pointlessly difficult. You’re going to be fine with it inside of a day.