Files
godot-website/collections/_article/release-candidate-godot-3-2-1-rc-1.md
Hugo Locurcio e25df6c81b Remove non-working TuxFamily download links and mirrors (#992)
download.tuxfamily.org has been down for months now, due to a datacenter
failure. It may not go back up again as per this forum post:

https://forum.tuxfamily.org/post/3383/

Some download links are still broken as their files haven't been uploaded
to the godot-builds releases, especially for old pre-releases like 3.0.alpha1.

TuxFamily still hosts the asset library, so the privacy policy and
education pages are unchanged.

This also removes links to op.godotengine.org which has been long defunct.
2025-01-28 13:49:21 +01:00

4.2 KiB

title, excerpt, categories, author, image, date
title excerpt categories author image date
Release candidate: Godot 3.2.1 RC 1 Here's a first Release Candidate for the upcoming Godot 3.2.1 maintenance release, which fixes various issues reported against the recently released version 3.2. Please test it to ensure that everything works as expected before we push the stable release.
pre-release
Rémi Verschelde /storage/app/uploads/public/5e5/10f/1c7/5e510f1c7000c476919180.jpg 2020-02-22 11:24:30

Godot 3.2 was released a few weeks ago as a major update to our free and open source engine, bringing close to one year of development to our users.

Since then, work has begun in Godot's master branch to merge the preliminary Vulkan support and start the rework of the engine internals that we had planned over the past two years. All this work is for our future Godot 4.0 and will not be included in maintenance 3.2.x releases to preserve compatibility and stability.

But the 3.2 branch is not forgotten, and many fixes to 3.2 issues have been merged in the master branch and cherry-picked (backported) to the 3.2 branch for future maintenance releases. This includes some fixes to regressions (things that worked in 3.1.x but broke in 3.2) which should help everyone safely port their projects from 3.1 to 3.2.

118 commits have been cherry-picked to the 3.2 branch, and it's now time for a Release Candidate of what could become Godot 3.2.1 as our first maintenance release.

Highlights

There are no huge changes planned in this release, but mostly a focus on fixing some blocking regressions and important bugs, such as:

  • Android: Fix double tap pressed event regression (GH-35701).
  • Android: Fix LineEdit virtual keyboard inputs (GH-35785).
  • HTML5: Fix EMWSClient::get_connection_status() (GH-36250).
  • Particles: Fix undefined behavior with atan in GPU Particles (GH-36031).
  • TileSet: Hide TileSet properties from Inspector, fixing OOM crash on huge tilesets (GH-35908).
  • Video: Workaround WebM playback bug after AudioServer latency fixes (GH-35993).
  • Windows: Fix UPNP regression after upstream update (GH-35953).
  • Windows: Disable NetSocket address reuse (GH-36321).
  • Lots of documentation updates and UX improvements.

See the full changelog on GitHub for details.

Some new/improved features are planned further down the road for the 3.2.x releases, but the focus for 3.2.1 is on stability and fixing regressions.

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 and .NET Framework 4.7 installed to use the Mono build. Relevant parts of Mono 6.6.0.161 are included in this build.

Bug reports

As a tester, you are encouraged to open bug reports if you experience issues with 3.2.1 RC 1. 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 or 3.2 no longer works in 3.2.1 RC 1).