We released Godot 3.1 alpha 3 last week, and it’s now time for another alpha build, 3.1 alpha 4. We plan to have a last alpha build within one week, and then we should be ready to move into the beta stage, where we only merge critical bug fixes until the branch is stable enough for the final release.

Contrarily to our 3.0.x maintenance releases, which include only thoroughly reviewed and backwards-compatible bug fixes, the 3.1 version includes all the new features (and subsequent bugs!) merged in the master branch since January 2018, and especially all those showcased on our past devblogs. It’s been almost 11 months since the 3.0 release and over 5,500 commits, so expect a lot of nice things in the final 3.1 version!

The alpha stage corresponds for us to a feature freeze (see announcement on GitHub), which means that we will no longer consider pull requests with new features for merge in the master branch, and that until Godot 3.1 is released. This way, we can focus on what we already have, finish and polish the major features which are still in progress (e.g. OpenGL ES 2.0 support), and fix many of the old and new bugs reported by the community.

Development snapshots will continue to be released regularly to continuously test the master branch and make sure that it keeps getting more stable, reliable and ready for production.

Disclaimer

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

There is still a long way of bug fixing and usability improvement until we can release the stable version. This release is exclusively for testers who are already familiar with Godot and can report the issues they experience on GitHub.

Note: New Godot users should not use this build to start their learning. Godot 3.0.x is our current stable branch and still receives frequent updates.

The features

Release notes are not written yet, but you can refer to the detailed changelog that our contributor Hugo Locurcio is working on.

As mentioned previously, our past devblogs should also give you an idea of the main highlights of the upcoming release.

This alpha 4 comes after many of the pending PRs in the 3.1 milestone have been reviewed and merged over the last 10 days. This progress report outlines the changes that happened in the master branch since the last two weeks, which match more or less changes since the alpha 3 build.

We notably merged various platform-related mouse input changes, which require extensive testing to ensure that no regressions happen in 3.1.

Documentation writers are hard at work to catch up with the new features, and the latest branch should already include details on many of the new 3.1 features.

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 and export templates that matches your platform:

  • Classical
  • Mono (alpha C# support) - IMPORTANT: You need to have Nuget and MSbuild installed. However, alpha 4 no longer relies on a specific Mono SDK version.

IMPORTANT: Make backups of your Godot 3.0 projects before opening them in any 3.1 development build. Once a project has been opened in 3.1, its project.godot file will be updated to a new format for input mappings which is not compatible with Godot 3.0 - the latter will thus refuse to open a 3.1 project. Moreover, using new 3.1 features in your project means that you can’t go back to 3.0, unless you do the necessary work to remove the use of those features. So either test 3.1-alpha4 on a copy of your 3.0 projects, or start new projects with it.

Note: This release is still called “3.1.alpha” internally, same as previous alphas and daily builds from the master branch. This means that the export templates share the same installation folder, yet you have to make sure to replace any “3.1.alpha” templates you currently have installed with the ones from the alpha 4 distribution.

Bug reports

There are still hundreds of open bug reports for the 3.1 milestone, which means that we are aware of many bugs already. Yet, many of those issues may not be critical for the 3.1 release and may end up be retargeted to a later release to allow releasing Godot 3.1 in the near future.

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

The illustration picture is a scene created with Marc Gilleron’s *HeightMap terrain plugin, available on the Asset Library and on GitHub.*