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

[FEATURE REQUEST] Let users find UI shaders on their own #62

Open
tig3rmast3r opened this issue Jan 4, 2024 · 1 comment
Open

[FEATURE REQUEST] Let users find UI shaders on their own #62

tig3rmast3r opened this issue Jan 4, 2024 · 1 comment
Labels
enhancement New feature or request rendering

Comments

@tig3rmast3r
Copy link

Is your feature request related to a problem? Please describe.
UI not detected by uevr on some games, so it's doubled and/or cant be zoomed and/or wrongly placed

Describe the solution you'd like
Give users ability to find UI shaders on their own when is not detected automatically and attach to ui sliders in UEVR gui

Additional context
Don't know if it's even possible tecnically but i remember in 3dvision shader hacking there was a shader selector to find ui ones. Would be great to give community that feature so we can help with configs on flat2vr

@praydog
Copy link
Owner

praydog commented Jan 5, 2024

This is a feature that is going to require a dedicated chunk of time. I'll leave it open for now, but I am working on teething issues with the mod first (crashes, bugs, things people need to make better mods).

Your best bet right now is to modify the UI through Blueprint by figuring out how to place it on a WidgetComponent or reroute it somehow to get picked up by UEVR's Slate UI hook. There are tools out there to assist in generating the uprojects for UE games to do this. Or use a plugin to do this. This route may not be possible if the UI is custom and drawing outside of the default engine code.

@praydog praydog added enhancement New feature or request rendering labels Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rendering
Projects
None yet
Development

No branches or pull requests

2 participants