We’re now very close to the final 3.2 stable release! To validate the last changes done over the weekend before actually releasing the new version, he’s a (likely) final Release Candidate. If no new critical regression is found with this build, 3.2 stable should be more or less the same.

Over 350 issues have been fixed in January alone, bringing the 3.2 version to a very good standard.

Notable changes since RC 3:

  • Editor: Fixed Inspector update when a node is renamed, which made shader editor disappear on errors (GH-35526).
  • GLES2: Fix Softbody always spawns from world center (GH-35495).
  • GLES3: Add project setting for max irradiance size (GH-35561).
  • Mono: Fix C# preprocessor infinite loop and incorrect parsing of #if! (GH-35524).
  • Mono: Fix _update_exports possible crash with Reference types (GH-35527).
  • PathFollow: Fix regression with looping starting at non-0 position (GH-35515).
  • Thirdparty: mbedtls: Update to upstream version 2.16.4 (security bugfix) (GH-35596).
  • Documentation and translation updates.

For those following our dev snapshots closely, 63 commits have been merged since 3.2 RC 3 last Friday. This release is built from commit 9daaa12.

Disclaimer

IMPORTANT: This is a release candidate build, which means that it is not suitable yet for use in production, nor for press reviews of what Godot 3.2 would be on its release.

There will still be various fixes made before the final release, and we will need your detailed bug reports to debug issues and fix them.

The features

Release notes are not finalized yet, but you can refer to the detailed changelog now included in the master branch.

Our past devblogs should also give you an idea of the main highlights of the upcoming release. Note that the Vulkan port outlined in Juan’s latest posts is developed in a separate branch for Godot 4.0, and is not included in this release.

The latest branch of the documentation includes details on many of the new 3.2 features and API.

For changes since the last RC build, see the list of commits.

Downloads

The download links are not featured on the Download page for now to avoid confusion for new users. Instead, browse one of our download repository and fetch the editor binary that matches your platform:

  • Classical build (GDScript, GDNative, VisualScript).
  • Mono build (C# support + all the above). You need to have MSBuild installed to use the Mono build. Relevant parts of Mono 6.6.0.161 are included in this build.

IMPORTANT: Make backups of your Godot 3.1 projects before opening them in any 3.2 development build.

Bug reports

We’re now down to a handful of issues which are still short-listed for 3.2, but unlikely to be fixed in time for the release. We’ll keep them on the priority list for an upcoming 3.2.1 maintenance release in a few weeks.

As a tester, you are encouraged to open bug reports if you experience issues with 3.2 RC 4. Please check first the existing issues on GitHub, using the search function with relevant keywords, to ensure that the bug you experience is not known already.

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 3.1.x no longer works in 3.2).