this post was submitted on 11 Mar 2026
211 points (98.6% liked)

Godot

7437 readers
9 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 2 years ago
MODERATORS
 

Might as well stick with 4.5 at this point and focus on actually completing the damn thing

all 17 comments
sorted by: hot top controversial new old
[–] DarkCloud@lemmy.world 29 points 2 days ago (4 children)

It's often not worth keeping up with engines unless there's specific features you'll need.

[–] sp3ctr4l@lemmy.dbzer0.com 5 points 2 days ago* (last edited 2 days ago)

... How about a total revamp and expansion and improvement of the IK system in 4.6?

Also, 4.7 will probably be finalized within 6 weeks, at the rate they're going.

Also also, I'm fairly sure the jump from 4.5 to 4.6 didn't like, break anything.

There's new stuff, and then if its meant to replace old stuff, the old stuff is still there, just tells you its deprecated now, depending on your console/warn settings.

True. In hindsight, I probably could have stuck with 4.4, too.

[–] Klear@quokk.au 6 points 2 days ago (1 children)

Yeah, otherwise development might take forever...

[–] null@lemmy.org 7 points 2 days ago (1 children)

Don't nuke your codebase chasing engine updates.

[–] entropicdrift 4 points 2 days ago

It can be a real fight to upgrade. Why duke it out with the code when you don't need to?

[–] Samskara@sh.itjust.works 1 points 2 days ago

Exactly. Especially since games only rarely get updates for several years.

[–] AceOnTrack@lemmy.blahaj.zone 19 points 2 days ago

Unless there's a specific thing you need in the newer versions, there's no point upgrading. Use the framework you started with. Make your next project with the new framework.

[–] slazer2au@lemmy.world 20 points 2 days ago

Kinda wish they had an LTS version

[–] ultimate_worrier@lemmy.dbzer0.com 12 points 2 days ago (3 children)

I’d switch to flake provisioning with Continuous Integration. A machine/runner on a cron would do CI on the latest flake update (latest Godot build) while I work, collecting issues as they arise (cachix is crucial for easing build times).

That way, when I switch to the newest version, I’ll have a clear picture of:

  • The amount of technical debt I’ve built up
  • That everything is completely predictable.
[–] Swedneck@discuss.tchncs.de 3 points 1 day ago (1 children)

Idk, i think it's much more effective to spriongle the dinglang with a sminkinant, of course you'll want to use excelsior to provision the brumgle for maximum convenience.

[–] MousePotatoDoesStuff@lemmy.world 9 points 2 days ago* (last edited 2 days ago) (1 children)

Sounds like overkill for a game project, but I'll consider it for my plugin project (even though it's meant mainly for greenfield projects so my current support plan is "only latest release and maybe the one before it if someone actually asks")

[–] entwine@programming.dev 6 points 2 days ago

or just, you know, don't update unless you need to

[–] lorty@lemmy.ml 3 points 2 days ago (1 children)

I know we take forever with projects but there really isn't a reason to upgrade once you're well on your way right?

It’s a challenge to keep up with the latest for sure (maybe even impossible for some) but let’s not pretend that the latest version isn’t almost always objectively superior and we just tell ourselves that we don’t need it because of the endless technical debt staying up to date presents.

For a game engine, the reasons could be

  • a better engine
  • optimizations
  • making complex functionality suddenly a one-liner
  • less bugs