Go, Go, Godot!
  • 0
Godot Game Engine Logo

Godot Engine 4.0 released!

March 1, 2023

Godot Engine 4.0 has been released per official announcement. With version 4.0, Godot has gone through “3+ years of breaking and rebuilding from the ground up, a complete core overhaul and a full engine rewrite, through 17 alphas, 17 betas and 6 release candidates“. The announcement post is credited to “2000+ Godot contributors.”

It’s a great milestone for Godot, but the work is far from finished. There are still aspects of Godot 4 that feel rough that are likely to be addressed in the coming days, weeks, and months with point releases.

Posted in Godot, News.
Share
PreviousIntroducing GodotBuilder: Custom Export Templates built on demand
NextDynamically finding and loading resources from the Filesystem for Android and Web Exports

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

  • January 27, 2023

    Dynamically finding and loading resources from the Filesystem for Android and Web Exports

    A little while ago, I created a type of AudioManager to make it easier to work with sound files in bulk: Rather than assigning audio streams by hand, I was doing it programmatically; reading the contents of a directory and using load() to get the resources. It worked great and saved a lot of time …

  • Valve Software
    July 17, 2021

    Valve announces the Steam Deck

    Just recently Valve announced the Steam Deck, a hand-held gaming device with the capability to play your entire Steam game library. This is huge. In the news, I largely see comparisons being drawn with the Nintendo Switch. Nintendo recently announced the Switch OLED, with a somewhat lukewarm reception. If Valve gets this right, this goes …

  • March 11, 2025

    Update all resources after modifying a resource class

    Godot’s resources are quite powerful. However, modifying a resource class doesn’t automatically update any corresponding .tres files, unless you happen to edit a scene that uses that resource in some way. This doesn’t impact runtime behavior — the game still runs as expected. But it can impact version control and result in a messier diff …

  • February 4, 2024

    Inventory System v1.3 available

    Another Inventory System release, and this time we’ve added support for persistence through serialization of inventory data. Features: Bug fixes:

    © 2025 GoGoGodot.io. All rights reserved.