segross / UnrealImGui

Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 4.
MIT License
666 stars 211 forks source link

Unreal 5 support #61

Open ChadMcKinney opened 2 years ago

ChadMcKinney commented 2 years ago

Just curious if you are considering adding support for Unreal 5. Thanks for effort on the project!

WiggleWizard commented 2 years ago

It's worth noting that I've updated the plugin to work in UE5: https://github.com/WiggleWizard/UnrealImGui. It was about a 4 line change that was easy to find due to compiler errors.

ChadMcKinney commented 2 years ago

Very cool, thanks for giving me the heads up!

benui-dev commented 2 years ago

@WiggleWizard's fork has a lot of other stuff, this is a pull request with just the minimal set of changes: https://github.com/segross/UnrealImGui/pull/62

jonpas commented 2 years ago

https://github.com/IDI-Systems/UnrealImGui now supports Unreal Engine 4 and 5, courtesy of mentioned forks, just brought together, among other changes (updated Dear ImGui, ImPlot etc.).