this post was submitted on 12 Sep 2023
1231 points (99.0% liked)

Game Development

3295 readers
4 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] jcg@halubilo.social 44 points 1 year ago (1 children)

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!

[โ€“] ICastFist@programming.dev 11 points 1 year 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.