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

Add action_sets #170

Open
xavier150 opened this issue Nov 18, 2020 · 3 comments
Open

Add action_sets #170

xavier150 opened this issue Nov 18, 2020 · 3 comments

Comments

@xavier150
Copy link

Hello,
I edited the generated steamvr_manifest.json and knuckles.json for add more action_sets for Steam VR.
"/actions/move", "/actions/menu", "/actions/interact", [...] In Steam VR that work good, buttons are sorted and displayed correctly.

But the building of the the new action_sets does not work in game. When I use "Get Steam VR Action Set Array" Doc I get only "/actions/main"

I looked at the documentation and SteamVR forum but can not find any info how to add action sets in my Unreal project.

Thanks,
Xavier

@Rectus
Copy link

Rectus commented Nov 18, 2020

According to the wiki, multiple action sets are not implemented yet.

https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/Not-Yet-Implemented

@xavier150
Copy link
Author

Oh I see. When do you think this will be implemented ?
There maybe a way to have Action Sets in Steam VR building but read action in Unreal Engine as "main" action?

@1runeberg
Copy link
Contributor

1runeberg commented Nov 18, 2020

Hi @xavier150 - Unfortunately, at the moment, there is no clean way of implementing action sets with the current UE UI. Potentially, this option should be available in the Input mappings section, but afaict there's no way to easily extend this area from a plugin so it has to be done on the engine level.

It may be good to also provide direct user feedback to Epic via the official UE Forums and UDN as OpenXR does have support for Action Sets and our development focus is on OpenXR.

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

No branches or pull requests

3 participants