Skip to content

First GDExtension (4.0) release candidate! 🥳

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 10:23
· 124 commits to master since this release

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

Dependencies Versions

Godot v4.0.0-rc5
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.
  • 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.