This is of course not including the yearly Unity subscription, where Unity Pro costs $2,040 per seat (although they may have Enterprise pricing)

Absolutely ridiculous. Many Unity devs are saying they’re switching engines on social media.

  • 小莱卡
    link
    fedilink
    arrow-up
    98
    ·
    9 months ago

    This is exactly how you make FOSS more popular.

    • jcg@halubilo.social
      link
      fedilink
      arrow-up
      42
      ·
      9 months ago

      Yep, had an idea for a game and when I read all this stuff I decided to check out Godot again since the last time I did it wasn’t in a great state yet. So far it’s looking pretty good now!

      • I Cast Fist@programming.dev
        link
        fedilink
        English
        arrow-up
        10
        ·
        9 months ago

        Be sure to learn how to harness the power of the AnimationPlayer node. You can make function calls and all sorts of property changes at key points of any animation. So, instead of writing code to check if a certain animation has begun and doing something, you can just call a function at 0.0 (start) of that animation. I’m doing this to spawn projectiles from a bow shooting enemy, it works like a charm.