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

[REQUEST] Make Utility classes public #64

Open
Anreol opened this issue Jul 12, 2024 · 0 comments
Open

[REQUEST] Make Utility classes public #64

Anreol opened this issue Jul 12, 2024 · 0 comments

Comments

@Anreol
Copy link

Anreol commented Jul 12, 2024

Version/Branch of UImGui:
Version: 5.0.0

Unity Version
6000.0.8f

Render pipeline (HDRP / URP / Built-in)
URP

I want to be able to initialize ImGui in the way I want, as using the UImGui MonoBehaviour isn't ideal for me (I'm using DOTS)
However, every utility method that the MonoBehaviour uses is marked as internal, I cannot access it, I cannot recreate it. I can't create my own manager to do what I want.
The only way that it's possible to use this is through the UImGui MonoBehaviour, there's no going around it.
I don't see any reason for why they should be internal, to do what I need to do, I'd have to change the library itself.

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

No branches or pull requests

1 participant