Skip to content

Update to Godot 4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 14:36
· 144 commits to master since this release

NOTE: This is the latest release for Godot 4.X. The latest 3.X release for this plugin can be found here.

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.0.0-stable
SQLite v3.40.1

Supported Operating Systems:

  • Mac OS X (universal)
  • Linux
  • Windows

What's new?

  • The plugin has been fully ported to the new GDExtension format introduced for Godot 4.0+.
  • Removed deprecated verbose_mode-property in favor of the much more versatile verbosity_level-property.

Regressions

  • Support for HTML5 isn't supported as it hasn't been implemented yet in GDExtension.
  • While binaries are included for both Android and iOS, they haven't been fully tested and will need additional modifications of the included files to be functional. Additionally, exporting for Android doesn't seem to be supported yet for Godot 4.0.
  • Some users have reported problems with the universal binary for Mac OS X. Additional time and resources are required to correctly test this issue using either Github Actions or a native Mac OS X machine.