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: Godot 4.3 RC 2: The Safe Fixes | 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 > Godot 4.3 RC 2: The Safe Fixes | HackerNoon
Computing

Godot 4.3 RC 2: The Safe Fixes | HackerNoon

News Room
Last updated: 2026/03/14 at 6:25 PM
News Room Published 14 March 2026
Share
Godot 4.3 RC 2: The Safe Fixes | HackerNoon
SHARE

We entered the Release Candidate stage in the Godot 4.3 development cycle a week ago with 4.3 RC 1, which means that all features are in place, the most critical regressions have been tackled, and we’re confident that it’s now ready for general use in the vast majority of cases.

A lot of users have been testing the RC 1 snapshot, reporting issues, many of which could be fixed. In the meantime, we’ve kept working on a few known bugs which we were still hoping to resolve for 4.3 – and by now most have been fixed!

Godot is a big piece of software and it’s hard for contributors and even unit tests to validate all areas of the engine when developing new features or bug fixes. So we rely on extensive testing from the community to find engine issues while testing dev, beta, and RC snapshots in your projects, and reporting them so that we can fix them prior to tagging the 4.3-stable release.

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 Gorgon Shield, an old school party-based RPG by Whiskeybarrel Studios, creator of the Sword and Sandals series. The game was just released on Steam, and uses cutting edge Godot 4.3 RC! You can also check out Whiskeybarrel’s previous Godot game Sword and Sandals Immortals, and follow them on YouTube and on Twitter.

Highlights

We covered the most important highlights from Godot 4.3 in the previous 4.3 beta 1 blog post, so if you haven’t read that one, have a look to be introduced to the main new features added in the 4.3 release.

Especially if you’re testing 4.3 for the first time, you’ll want to get a condensed overview of what new features you might want to .

This section covers changes made since the previous RC 1 snapshot, which are mostly regression fixes, or “safe” fixes to longstanding issues.

Here’s a selection of the some of most relevant ones:

  • 3D: Fix “selectable nodes at position clicked” feature in 3D editor (GH-94387).
  • Animation: Fix BlendShapeTrack insertion not working (GH-94738).
  • Animation: Determine break_loop_at_end 1 frame earlier using prediction by delta (GH-94858).
  • Audio: Fix typo that prevented samples finishing (GH-94800).
  • Core: Fix Variant::construct of Object (GH-90134).
  • Core: Apply prefer_wayland only if no display driver is set (GH-94774).
  • Core: ResourceLoader: Let resource setup late steps invoke loading in turn (GH-94910).
  • Export: Fix Android export failing with custom keystores and no JDK setup in the OS environment (GH-94809).
  • GDScript: Fix locals clearing after exiting while block (GH-94730).
  • GDScript: Fix common mismatched external parser errors (second try) (GH-94871).
  • GUI: Fix division by zero in aspect ratio calculation (GH-93764).
  • GUI: Use legacy color picking in single window mode (GH-94931).
  • Import: Avoid crashing when scene import settings are empty (GH-93284).
  • Import: Fix browse_dialog in Blender scene importer to accept files (GH-93411).
  • Import: Fix reimporting textures after changing import project settings (GH-94975).
  • Input: Fix update mouse cursor state wrong mouse position (GH-94987).
  • Multiplayer: Fix disconnect_peer not doing the proper cleanup (GH-91011).
  • Multiplayer: Partially revert cache cleanup, track paths as fallback (GH-94984).
  • Network: WebSocket: Allow reusing closing and closed peers (GH-94168).
  • Porting: Android: Ensure cleanup of all subobjects in the OpenSL audio driver (GH-85955).
  • Porting: Windows: Update ANGLE surface size when window is resized (GH-94428).
  • Porting: Pass window exclusive and transient properties for subwindow creation (GH-94706).
  • Porting: Enable ASTC encoder build when building with ANGLE to fix macOS import crash (GH-94903).
  • Porting: Fix crash that occurs on termination of the Godot engine on Android (GH-94923).
  • Porting: Windows: Improve OpenGL/ANGLE switching on ARM64 (GH-94943).
  • Porting: Windows: Improve editor grouping, set friendly name registry key for exported projects (GH-94976).
  • Porting: macOS: Fix is_process_running and kill for bundled apps (GH-94978).
  • Rendering: Windows: Fall back to D3D12 if Vulkan is not supported and vice versa (GH-94796).
  • Rendering: Fix regression around OpenGL swapchain optimisation for OpenXR (GH-94894).
  • Shaders: Fix editor crash when shader has incorrect global array declaration (GH-90792).
  • Shaders: Fix incorrect passing of parameter to visual shader preview (GH-94729).
  • Shaders: Emit normal_roughness compatibility code in custom functions (GH-94812).
  • Shaders: Restrict sampler hint validation to only screen texture hints (GH-94902).
  • Thirdparty: embree: Fix include order causing unwanted dllexport symbols (GH-94256).

Changelog

41 contributors submitted 69 improvements for this new snapshot. See our interactive changelog for the complete list of changes since the 4.3-rc1 snapshot. You can also review all changes included in 4.3 compared to the previous 4.2 feature release.

This release is built from commit 3978628c6.

Downloads

Download Godot 4.3 rc2

Standard build includes support for GDScript and GDExtension.

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

  • See also C# platform support.

If you want to test the new Windows ARM64 builds, they’re not integrated in our download page yet, so here are direct links:

  • Editor for Windows ARM64 (Standard)
  • Editor for Windows ARM64 (.NET)

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 Release Candidate stage, we focus exclusively on solving showstopping regressions (i.e. something that worked in a previous release is now broken, without workaround). You can have a look at our current list of regressions and significant issues which we aim to address before releasing 4.3. This list is dynamic and will be updated if we discover new blocking issues after more users start testing the RC snapshots.

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

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 or 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 platform managed by Godot Foundation. There are also several alternative ways to donate which you may find more suitable.


Rémi Verschelde

Also published here

Photo by Nick Fewings on Unsplash

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 Apple MacBook Pro (M5) deal: 9 off at Amazon Apple MacBook Pro (M5) deal: $199 off at Amazon
Next Article The Best Rugged Hard Drives and SSDs We’ve Tested for 2026 The Best Rugged Hard Drives and SSDs We’ve Tested for 2026
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

Two artificial intelligence (AI) stocks with an average upside of 47% and 54%, according to Wall Street
Two artificial intelligence (AI) stocks with an average upside of 47% and 54%, according to Wall Street
News
Our favorite MacBook deal is back — the M4 MacBook Air is 0 off at Amazon
Our favorite MacBook deal is back — the M4 MacBook Air is $200 off at Amazon
News
Amazon's M5 MacBook Pro sale delivers deals from just ,399
Amazon's M5 MacBook Pro sale delivers deals from just $1,399
News
Don’t Try To Charge A Power Bank While Using It, Unless It Has This Feature – BGR
Don’t Try To Charge A Power Bank While Using It, Unless It Has This Feature – BGR
News

You Might also Like

The HackerNoon Newsletter: Enids Dream: A Sentient Robot?  (3/14/2026) | HackerNoon
Computing

The HackerNoon Newsletter: Enids Dream: A Sentient Robot? (3/14/2026) | HackerNoon

2 Min Read
CFG Tree Enumeration: A Simple Integer-Based Bijection Algorithm | HackerNoon
Computing

CFG Tree Enumeration: A Simple Integer-Based Bijection Algorithm | HackerNoon

3 Min Read
How AI Companions Impact the Gaming Experience | HackerNoon
Computing

How AI Companions Impact the Gaming Experience | HackerNoon

7 Min Read
GIMP 3.2 Released With Many Improvements
Computing

GIMP 3.2 Released With Many Improvements

1 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?