Virtual Keyboard using Unity XR Toolkit

Hello!

I am trying to access the built in keyboard of Quest 1 to take input from the player (ie. name).
Is it possible?
I have tried using this Enable Keyboard Overlay | Oculus Developers
but I am using XR Rig.

I also implemented this: VR Canvas Keyboard | TALES FROM THE RIFT but keyboard is not visible.

Any solution will be appreciated. Thank you!

Hey, did you find a solution?

Are you using oculus link? as the keyboard is only visible when running as an android application.

I asked the same question a while ago and did not get any help so I gave up and implemented my own keyboard, the native keyboard will only work if you enable “Enable focus awareness.” For the Quest which is (as far as I know) only possible if you import the Oculus package, I did not find any way to use/enable this with just the built in Unity XR Toolkit

Hi Matt, I have built an android application and running the same in quest but virtual keyboard is not enabled.