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.

  • @jcgA
    link
    4410 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
      link
      fedilink
      English
      1110 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.