Software 42361 Published by

The first release candidate for Godot 4.1.1 is now available for testing. The Godot Engine is a free, all-in-one, cross-platform game engine that makes it simple to create 2D and 3D games.



Release candidate: Godot 4.1.1 RC 1

It was a busy weekend in the Godot-land, as the  newly released Godot 4.1 was being viewed, tested, and tried by thousands of developers. The annual  GMTK Game Jam by the popular YouTube channel  Game Maker’s Toolkit did help quite a lot in that regard! Of course, where there is a lot of users, there is also a lot of highly appreciated reports and suggestions. Plus we had some ready to go from before 4.1 was sealed and shipped.

As always with the first maintenance release (also known as “patch release”) the focus is on quickly addressing urgent concerns and issues, possible regressions and crashes, as well as some aliasing in various workflows. Some of the most important changes include:

  • Fix for a crash due to an infinite loop in AnimationStateMachine ( GH-79141). It was a gnarly issue because it was easy to trigger with a bare minimum configuration. Now circular dependencies are correctly detected preventing infinite looping.

  • Command-line export of C#/.NET projects should no longer drop random files ( GH-79173). Your exports may had arbitrary resources missing (not C# scripts, but images, for instance), if you were exporting your project with CLI. This should no longer happen.

  • Custom export options which you can define with an EditorExportPlugin are now correctly restored on the editor restart ( GH-79025). Previously the usability of this freshly added feature was limited due to data loss between sessions.

  • For Linux users there is a potential fix for freezes when interacting with menus on Wayland ( GH-79143). This had been a hard to identify and debug issue, but our local Wayland enthusiasts managed to pinpoint the likely cause and validate that the unwanted behavior was addressed.

Godot41

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.

Release candidate: Godot 4.1.1 RC 1