pkdawson / imgui-godot

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

Does not compile with GodotSharp beta16 - Naming conventions #26

Closed aschuhardt closed 1 year ago

aschuhardt commented 1 year ago

See this commit: https://github.com/godotengine/godot/commit/a968e514148f3b9be8c1bdff38fffe6972976df2

Currently the addon code will not compile against the latest version of GodotSharp because the naming conventions for many Godot objects was updated to match .NET conventions.