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

feat: add optional imgui support to network manager hud #789

Merged
merged 3 commits into from
May 17, 2021

Conversation

Hertzole
Copy link
Contributor

This PR adds an optional IMGUI menu for network manager hud, just like the one from before but with some added features. It now supports scaling and setting an anchor.

Why? Because I can never bother with setting up a crappy UI with uGUI just to connect and I always end up making a script that auto connects for me, but it would obviously be handier to have more control. Also as someone who prototypes a lot and usually waits a really long time to make UI, this will make it so much easier to connect to servers.

@James-Frowen
Copy link
Member

I think having an option for OnGUI would be very useful for debugging. But I think it should be in its own component.

Can you more all this new code to a new component

@Hertzole
Copy link
Contributor Author

@James-Frowen I've moved the code to a new NetworkManagerGUI component.

@James-Frowen James-Frowen merged commit 7841794 into MirageNet:master May 17, 2021
github-actions bot pushed a commit that referenced this pull request May 17, 2021
# [91.1.0](v91.0.1...v91.1.0) (2021-05-17)

### Bug Fixes

* fixing compile in new gui ([d2800be](d2800be))

### Features

* add optional imgui support to network manager hud ([#789](#789)) ([7841794](7841794))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 91.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

2 participants