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

Compatibility with VRTK and SteamVR #23

Open
toniemin opened this issue Apr 22, 2020 · 0 comments
Open

Compatibility with VRTK and SteamVR #23

toniemin opened this issue Apr 22, 2020 · 0 comments

Comments

@toniemin
Copy link

The VRKeys prefab doesn't seem to work well in scenes that use Virtual Reality Toolkit (or SteamVR). The main script (Keyboard.cs) seems to do too much, like creating the Play Space (though this can be overridden) etc. which then interfere with VRTK's scripts.
I personally would prefer a keyboard that I just place in the VR environment and supply my own mallets. Maybe a separate prefab for this?

I had to refactor a lot to get this working in my project (which uses VRTK). I pretty much removed all this asset's own VR stuff (Unity XR). The user can summon the mallets from a menu when in front of a keyboard and start typing (that's the idea when I get all the bugs fixed, at least). Let me know if this would benefit the project and I might fork and create a new prefab when I have time.

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