By: Rémi Verschelde Feb 22, 2019

As bugfixing is going at a steady pace towards Godot 3.1 stable, we plan to release beta builds frequently to have broad testing on the latest fixes and spot any regression. So we’re now publishing Godot 3.1 beta 6 with close to 150 commits made since beta 5 a few days ago.

See the changes between 3.1 beta 5 and 3.1 beta 6. This beta is built from commit 30a4723.

A big change in this release is that the Windows binaries are now properly code signed. Our release manager Hein-Pieter van Braam-Stewart is now signing binaries with his own company’s certificate. From now on, you should thus expect (and can trust) our official binaries signed by Prehensile Tales B.V.. macOS binaries will be signed at a later time.

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 over a year since the 3.0 release and over 6,500 commits, so expect a lot of nice things in the final 3.1 version!

Disclaimer

IMPORTANT: This is a beta 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 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 drafted already, but we don’t want to spoil the surprise of the 3.1 release announcement 😉
In the meantime, you can read the preliminary changelog, as well as past devblogs.

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 to avoid confusion for new users. Instead, browse our download repository and fetch the editor binary and export templates that matches your platform and Godot flavour:

  • Classical build (GDScript, GDNative, VisualScript)
  • Mono build (C# support + all the above). You need to have MSbuild installed to use the Mono build. However, this build no longer mandates a specific Mono SDK version; it comes bundled with Mono 5.18.

Important: As mentioned above, Windows binaries are now signed by Prehensile Tales B.V., the company of our release manager Hein-Pieter van Braam-Stewart. You can trust this signature and accept any warning that Windows may issue due to the novelty of this certificate. As more users accept it, the certificate will be recognized as trusted for future releases.

Bug reports

There is still a couple 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 are not critical for the 3.1 release and will end up retargeted to a later milestone.

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

At this stage, we are mostly interested in critical bugs which could be showstoppers in Godot 3.1 stable. Yet feel free to report non-critical issues and enhancement proposals that will be worked on once 3.1 has been released.

Known issues:

  • GH-26149 – Recent area optimization commit causes massive FPS swings (fixed in master branch).

The illustration picture is a screenshot from Binogure Studio‘s City Game Studio, a game development simulation game made with Godot 2.1.5, which was just released on Steam Early Access.

Source: Godot Engine Official