Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dedicated server support #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tdeslandes
Copy link

@tdeslandes tdeslandes commented Jan 23, 2023

This commit adds the ability to connect the NetImgui server to an Unreal dedicated server

@jonpas
Copy link

jonpas commented Jun 2, 2023

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.

@sammyfreg
Copy link

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.

@urosidoki
Copy link

Hi.

I tried the changes to make it work with a dedicated server but we had no success.
I have seen you still rely on Slate to be running for it, but it seems that Slate is not running in dedicated Server, right?

Am I doing something wrong?

Cheers,

@tdeslandes
Copy link
Author

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.

@urosidoki
Copy link

Yeah, but the since the Tick of the FImGuiModuleManager is attached to the Slate, we are not ticking the module manager, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants