By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: The Highlights and Improvements of Godot 4.4 Beta 3 | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > The Highlights and Improvements of Godot 4.4 Beta 3 | HackerNoon
Computing

The Highlights and Improvements of Godot 4.4 Beta 3 | HackerNoon

News Room
Last updated: 2025/07/12 at 8:07 AM
News Room Published 12 July 2025
Share
SHARE

Woah, another beta build already? You’re not imagining things, it’s only been a week since our last release. The team is fully in the swing of getting release-blockers merged, so we’re able to expedite output. What’s more, our community has been on the ball with submitting regression reports; thanks to everyone who’s involved themselves!

While progress has been at a rate we’re all excited about, it’s not over yet! We’ll likely do one more beta release the following week, but after that we hope to be gearing up for release candidates. If you haven’t already, we encourage users who haven’t engaged with the beta releases to do so and help us catch the last few stragglers.

Please, consider supporting the project financially, if you are able. Godot is maintained by the efforts of volunteers and a small team of paid contributors. Your donations go towards sponsoring their work and ensuring they can dedicate their undivided attention to the needs of the project.

Jump to the Downloads section, and give it a spin right now, or continue reading to learn more about improvements in this release. You can also try the Web editor or the Android editor for this release. If you are interested in the latter, please request to join our testing group to get access to pre-release builds.


The original cover illustration is from Ballionaire, a roguelike pachinko simulator where the laws of physics bend to your will, developed by newobject and published by Raw Fury! You can buy the game on Steam, and follow the developer on Bluesky and itch.io.

Highlights

For an overview of what’s new overall in Godot 4.4, have a look at the highlights for 4.4 beta 1, which cover a lot of the changes. This blog post only covers the changes between beta 2 and beta 3. This section covers the most relevant changes made since the beta 2 snapshot, which are largely regression fixes.

UID upgrade tool

The introduction of .uid files remains one of the biggest changes to the 4.4 release cycle, so much so that we gave it a dedicated article. However, it hasn’t been the most straightforward system, particularly for those that are attempting to upgrade their projects from 4.3. In order to address this, Malcolm Anderson has put together a UID upgrade tool to automate this process (GH-103071).

Porting fixes to Embedded/Floating Window mode

The Embedded/Floating game window option added in 4.4 is proving to be quite popular, but also exposes all kinds of quirks on various systems with how they deal with windows. Hilderin did impressive work to track and fix these issues, with pull requests such as GH-102104, GH-102238, GH-102251, GH-102311, GH-102312, GH-102470, and more! The experience should be much better already in beta 3.

Lightmap baking improvements

Clay John changed the logic for baking direct lighting in LightmapGI to spread it over multiple frames, avoiding a spike of computation that can lead the OS to trigger TDR, resulting in a crash of the GPU context (GH-102257). With some further fixes like GH-102424, GH-102497, and GH-102477, lightmap baking got a nice upgrade in this snapshot.

And more!

  • Animation: Fix incomplete FPS spinbox display in sprite frames editor (GH-101798).
  • Audio: Web: Fix audio issues with samples and GodotPositionReportingProcessor (GH-102163).
  • Core: Add explicit error messages to Multimesh functions (GH-101109).
  • Core: Fix Basis::get_euler incorrectly simplifying rotations in some cases (GH-102144).
  • Core: Fix is_valid_float, Variant parser, Expression parser, script highlighter, and TextServer not handing capital E in scientific notation (GH-102396).
  • Editor: Fix resource details will unexpectedly expand (GH-101817).
  • Editor: Improve UID file creation condition (GH-102489).
  • Editor: Optimize classnames enumeration (GH-101489).
  • Editor: Revert “EditorResourcePicker: Replace options to load file with button for QuickOpenDialog” (GH-102196).
  • Editor: Use FlowContainer for Profiler and Visual Profiler bars (GH-102024).
  • Export: Disable Metal and Vulkan renderers in simulator builds. Remove simulator support from editor/exporter (GH-102179).
  • GDExtension: Fix memory leak when ClassDB::bind_method_custom() fails (GH-102131).
  • GDScript: Fix uppercase B and X parsing in the integer literals (GH-102400).
  • GUI: Fix TextEdit mouse selection and scroll cancel (GH-91778).
  • GUI: Fix TextEdit visible line count when setting text (GH-102296).
  • GUI: Introduce Viewport functions for keeping the mouse over state consistent (GH-99890).
  • GUI: Prevent tooltip from showing when hovering past the end of script line (GH-100913).
  • Network: Fix WebSocket wslay multi-frame message parsing (again) (GH-102128).
  • Porting: FreeDesktop portal: Check for FileChooser and Settings interface availability instead of assuming it’s always available (GH-101812).
  • Porting: Implement get_length() for pipes (GH-102365).
  • Rendering: 2D: Fix clip children and rendering artefacts (GH-102161).
  • Rendering: Add loop annotations to ubershaders to prevent loop unrolling (GH-102480).
  • Rendering: Fix shadow peter-panning with default spotlight (GH-101952).
  • Rendering: Fully enable HDR2D when the setting is changed (GH-102177).
  • Rendering: Mark pipeline compilation of ubershaders as high priority (GH-102125).
  • Rendering: Metal: Enable GPU buffer address support (GH-101602).
  • Rendering: Use a smaller epsilon for omni and spot attenuation cutoff (GH-102272).
  • Shaders: Fix source_color default value (GH-101642).
  • Thirdparty: Harmonize patches to document downstream changes (GH-102242).

Changelog

51 contributors submitted 116 improvements for this release. See our interactive changelog for the complete list of changes since the 4.4-beta2 snapshot. You can also review all changes included in 4.4 compared to the previous 4.3 feature release.

This release is built from commit 06acfccf8.

Downloads

Download Godot 4.4 beta3

Standard build includes support for GDScript and GDExtension.

.NET build (marked as mono) includes support for C#, as well as GDScript and GDExtension.

  • .NET 8.0 or newer is required for this build, changing the minimal supported version from .NET 6 to 8.

While engine maintainers try their best to ensure that each preview snapshot and release candidate is stable, this is by definition a pre-release piece of software. Be sure to make frequent backups, or use a version control system such as Git, to preserve your projects in case of corruption or data loss.

Known issues

During the beta stage, we focus on solving both regressions (i.e. something that worked in a previous release is now broken) and significant new bugs introduced by new features. You can have a look at our current list of regressions and significant issues which we aim to address before releasing 4.4. This list is dynamic and will be updated if we discover new showstopping issues after more users start testing the beta snapshots.

With every release, we accept that there are going to be various issues which have already been reported but haven’t been fixed yet. See the GitHub issue tracker for a complete list of known bugs.

  • Baking a Lightmap3D is more prone to crash after we added support for transparency. The issue is tracked in GH-101391.
  • Changes to scenes are not reflected in APK exports after the initial export in the Android editor. The issue is tracked in GH-101007.

Bug reports

As a tester, we encourage you to open bug reports if you experience issues with this release. Please check the existing issues on GitHub first, using the search function with relevant keywords, to ensure that the bug you experience is not already known.

In particular, any change that would cause a regression in your projects is very important to report (e.g. if something that worked fine in previous 4.x releases, but no longer works in this snapshot).

Support

Godot is a non-profit, open source game engine developed by hundreds of contributors on their free time, as well as a handful of part and full-time developers hired thanks to generous donations from the Godot community. A big thank you to everyone who has contributed their time or their financial support to the project!

If you’d like to support the project financially and help us secure our future hires, you can do so using the Godot Development Fund.


Thaddeus Crews

Also published here

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article StackSocial’s Answer to Prime Day Drops This Office 2021 and Windows 11 Pro Bundle Under $50
Next Article Your iPhone Has Sudoku, and Here's Where to Find It
Leave a comment

Leave a Reply Cancel reply

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

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Xerox C235 Review: A Compact Color Laser With Superb Print Quality
News
Multiple Samsung Galaxy S25 phones from the winter Unpacked event are still on sale for Prime Day
News
Top Stories: iPhone 17 Pro Rumors, iOS 26 Beta 3, and More
News
This company could save NASA’s doomed Martian Sample Return mission
News

You Might also Like

Computing

Wine-Staging 10.2 Release Brings Patch For 11 Year Old Bug

2 Min Read
Computing

Over 600 Laravel Apps Exposed to Remote Code Execution Due to Leaked APP_KEYs on GitHub

6 Min Read
Computing

How to Handle Log Spikes Like the Pros: How Top DevOps Teams Tame Bursty Workloads | HackerNoon

12 Min Read
Computing

A Peek at How Regulation Molds the Scoreboard – Crypto’s Global Ledger | HackerNoon

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?