Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:08
· 4 commits to main since this release

Major bugfix release ensuring compatibility with the new blendkit.com domain
and improving Client handling.

Please upgrade by removing the old addons/blendkit/ directory and
unpacking the latest version.

You can now use the Godot Asset Store tab in Godot 4.7+ to install the plugin.

Changed

  • Use official signed Client binaries (v1.9.2) which include
    upstream fixes needed to work with new blendkit.com domain.
  • Skip outdated Clients left running by other integrations and start the
    bundled Client instead, picking another known port if needed.

Added

  • The plugin is now available from the new Godot Asset Store included in
    Godot 4.7 and newer.
  • Always use the highest-version Client binary, and warn if multiple versions
    are present — usually a sign the plugin was unpacked over an old copy instead
    of a clean reinstall.
  • CI now tests the Send to Godot button on Linux and Windows to ensure
    better long-term stability.