pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
318 stars 18 forks source link

Use new GodotSharp .NET naming conventions #27

Closed aschuhardt closed 1 year ago

aschuhardt commented 1 year ago

I don't expect this to be merged until the project is ready to support the latest GodotSharp, of course. 😆

Fixes #26

pkdawson commented 1 year ago

Hey, thanks for the contribution.

As mentioned in #25, there's a bug in beta 16 which means that the Vulkan renderer is broken even if we make these changes.

There's a fix already merged, it will be in beta 17: https://github.com/godotengine/godot/pull/72205

This PR looks good, I'll accept it when beta 17 is out.