Skip to content

v6.0.0

Compare
Choose a tag to compare
@pkdawson pkdawson released this 29 Jun 03:32
· 59 commits to master since this release

Breaking changes

  • Configuration has been moved to Project Settings, under Addons > Imgui

Sorry, I know this is like the third time I've changed how configuration works, but I think this is finally the correct solution for plugin configuration. It still uses the same ImGuiConfig resource, but this is a much simpler way to set which config resource you want to use.

  • Release exports will exclude imgui-godot by default

This is configurable in your export preset (see export details below).

New stuff

  • GDScript: binding for ImGuiStyle Colors
  • Push warning if plugin not enabled
  • Major improvements to exporting without imgui-godot

You can now choose whether to include ImGui directly in each export preset. There's also now a way to conditionally disable ImGui code in GDScript.

See the wiki page Export for details.