We released Godot 4.4 in early March and we are delighted to see the reception, with so many users upgrading to it on day 1 and sharing their favorite new changes on social media! If you haven’t seen the 4.4 release page, it’s well worth a read! Godot 4.4 4.4 release page 4.4 release page Since then, we’ve started the development phase for Godot 4.5 at full speed (with a first dev snapshot released yesterday!), but we also put our main focus on fixing remaining and newly reported regressions that affect users who upgraded to 4.4. A few of these issues can be showstoppers for affected users, so we decided to release a 4.4.1 maintenance release as soon as possible. dev snapshot After a first 4.4.1-rc1 snapshot last week, we decided to make a second release candidate as a few more critical bugs had fixes available to backport. Please test it if you can and report any new issue that was not present in 4.4-stable, as we want to ensure we don’t introduce new regressions in this hotfix release. 4.4.1-rc1 snapshot Maintenance releases are expected to be safe for an upgrade, but we recommend to always make backups, or use a version control system such as Git, to preserve your projects in case of corruption or data loss. 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. supporting the project financially 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. Jump to the Downloads Downloads section try the Web editor Web editor Android editor our testing group The illustration picture for this article comes from Haulin’ Oats, a board game about truck driving, the US highways, and oatmeal (?!), which was recently released in version 1.0 on Steam. It is developed by Gramps Garcia, the tireless maintainer of the popular GodotSteam integration for the Steamworks SDK. The illustration picture for this article comes from Haulin’ Oats Haulin’ Oats a board game about truck driving, the US highways, and oatmeal (?!), which was recently released in version 1.0 on Steam. It is developed by Gramps Garcia, the tireless maintainer of the popular GodotSteam integration for the Steamworks SDK. on Steam Gramps Garcia GodotSteam What’s new 21 contributors submitted around 39 improvements for this release. See our interactive changelog for the complete list of changes since the 4.4.1-rc1 snapshot. You can also review all changes included in 4.4.1 compared to the 4.4 release. 21 contributors 39 improvements interactive changelog interactive changelog 4.4.1-rc1 snapshot all changes included in 4.4.1 Below are the most notable changes in this second release candidate (with critical fixes highlighted in bold): 3D: Fix RemoteTransform3D to always use global rotation if use_global_coordinates is true (GH-97498). Animation: Fix console errors and crash in cleanup code for PhysicalBoneSimulator3D (GH-103921). Animation: Fix rest translation space in LookAtModifier3D (GH-104217). Core: Use single RNG instance for FileAccessEncrypted IV generation (GH-103415). Editor: Make EditorProperty and its child EditorProperty behave like sibling nodes when handling mouse events (GH-103316). Editor: Create .uid files for detected new files (GH-104248). Editor: Change root node transform warning to only show up for position (GH-104331). Editor: Fix use after free in the editor inspector section cleanup (GH-104362). Export: Android: Convert compress_native_libraries to a basic export option (GH-104301). GDScript: Fix head class range to include class_name (GH-104114). GDScript: Add clearing of static_gdscript_cache to GDScriptCache (GH-104281). GUI: Fix error when embedded popup is closed while resizing (GH-102504). GUI: Label: Fix min. size calculation counting extra spacing twice (GH-103728). Import: Force multiple of 4 sizes for Betsy compressor (GH-104275). Import: Fix crash when reimporting nested gltf scenes (GH-104384). Input: macOS/iOS: Ensure only one axis change event is produced during single process_joypads() call (GH-104314). Physics: Fix interpolation in XR (GH-103233). Physics: Fix ConcavePolygonShape3D always enabling backface_collision when using Jolt Physics (GH-104310). Plugin: JavaClassWrapper: Fix mistake in last fix for org.godotengine.godot.Dictionary conversion (GH-104156). Porting: macOS: Fix editor loading crash on native menu click (GH-103892). Porting: macOS: Update mouse-entered state when subwindow closes (GH-104328). Rendering: Vulkan: Disable layers in editor deemed buggy by RenderDoc (GH-104154). Rendering: Fix Metal handling of cube textures; assert equal dimensions (GH-104341). XR: Correct occlusion culling viewport location calculation when projection uses asymmetric FOV (GH-104249). 3D: Fix RemoteTransform3D to always use global rotation if use_global_coordinates is true (GH-97498). RemoteTransform3D use_global_coordinates GH-97498 Animation: Fix console errors and crash in cleanup code for PhysicalBoneSimulator3D (GH-103921). GH-103921 Animation: Fix rest translation space in LookAtModifier3D (GH-104217). LookAtModifier3D GH-104217 Core: Use single RNG instance for FileAccessEncrypted IV generation (GH-103415). FileAccessEncrypted GH-103415 Editor: Make EditorProperty and its child EditorProperty behave like sibling nodes when handling mouse events (GH-103316). EditorProperty EditorProperty GH-103316 Editor: Create .uid files for detected new files (GH-104248). GH-104248 Editor: Change root node transform warning to only show up for position (GH-104331). GH-104331 Editor: Fix use after free in the editor inspector section cleanup (GH-104362). GH-104362 Export: Android: Convert compress_native_libraries to a basic export option (GH-104301). compress_native_libraries GH-104301 GDScript: Fix head class range to include class_name (GH-104114). class_name GH-104114 GDScript: Add clearing of static_gdscript_cache to GDScriptCache (GH-104281). static_gdscript_cache GDScriptCache GH-104281 GUI: Fix error when embedded popup is closed while resizing (GH-102504). GH-102504 GUI: Label: Fix min. size calculation counting extra spacing twice (GH-103728). GH-103728 Import: Force multiple of 4 sizes for Betsy compressor (GH-104275). Import: Force multiple of 4 sizes for Betsy compressor (GH-104275). GH-104275 Import: Fix crash when reimporting nested gltf scenes (GH-104384). GH-104384 Input: macOS/iOS: Ensure only one axis change event is produced during single process_joypads() call (GH-104314). process_joypads() GH-104314 Physics: Fix interpolation in XR (GH-103233). Physics: Fix interpolation in XR (GH-103233). GH-103233 Physics: Fix ConcavePolygonShape3D always enabling backface_collision when using Jolt Physics (GH-104310). ConcavePolygonShape3D backface_collision GH-104310 Plugin: JavaClassWrapper: Fix mistake in last fix for org.godotengine.godot.Dictionary conversion (GH-104156). Plugin: JavaClassWrapper: Fix mistake in last fix for org.godotengine.godot.Dictionary GH-104156 Porting: macOS: Fix editor loading crash on native menu click (GH-103892). GH-103892 Porting: macOS: Update mouse-entered state when subwindow closes (GH-104328). GH-104328 Rendering: Vulkan: Disable layers in editor deemed buggy by RenderDoc (GH-104154). Rendering: Vulkan: Disable layers in editor deemed buggy by RenderDoc (GH-104154). GH-104154 Rendering: Fix Metal handling of cube textures; assert equal dimensions (GH-104341). GH-104341 XR: Correct occlusion culling viewport location calculation when projection uses asymmetric FOV (GH-104249). GH-104249 This release is built from commit abef5e0d2. abef5e0d2 Downloads Download Godot 4.4.1 rc2 Download Godot 4.4.1 rc2 Standard build includes support for GDScript and GDExtension. Standard build .NET build (marked as mono) includes support for C#, as well as GDScript and GDExtension. .NET build mono 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. a pre-release piece of software Known issues There are currently no known issues introduced by this release. 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. 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. open bug reports existing issues on GitHub 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! generous donations from the Godot community their time their financial support 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. Godot Development Fund Donate now Donate now By Rémi Verschelde By Rémi Verschelde Also published here Also published here here Photo by Garett Mizunaka on Unsplash Photo by Garett Mizunaka on Unsplash Garett Mizunaka Unsplash