Dear IMGUI
Last updated
Was this helpful?
Last updated
Was this helpful?
Your main project just needs a reference to the project. The ImGui UI can be shown two different ways: by installing a manually or using the normal Nez . ImGui installs it's own command (toggle-imgui) that takes care of installing the GlobalManager
for you. Note that because ImGui is it's own assembly if you want the ImGui command to get loaded you have to manually load the assembly like this: System.Reflection.Assembly.Load("Nez.ImGui")
.
To manually install the ImGui manager, use the following code:
More coming soon...