Added dedicated server support - #77
Conversation
|
Would appreciate this over at https://github.com/IDI-Systems/UnrealImGui. This project doesn't seem to be active so we forked it and are accepting contributions. |
|
I created a pull request in the IDI-Systems fork (net_imgui branch) with this change. The branch was also made up to date with master and I updated the NetImgui Library to latest 1.9 version. |
|
Hi. I tried the changes to make it work with a dedicated server but we had no success. Am I doing something wrong? Cheers, |
|
This is the whole point of this PR, the dedicated server doesn't package with Slate so the font and texture are created manually instead of using Slate's. |
|
Yeah, but the since the Tick of the FImGuiModuleManager is attached to the Slate, we are not ticking the module manager, right? |
This commit adds the ability to connect the NetImgui server to an Unreal dedicated server