Search Unity

Question How can I open the default oculus keyboard while clicking on an InputField

Discussion in 'XR Interaction Toolkit and Input' started by VassiliKan, Apr 13, 2021.

  1. VassiliKan

    VassiliKan

    Joined:
    Apr 6, 2021
    Posts:
    2
    Hi everyone :)

    I am currently developing a small app for oculus quest 2, using Unity. I've created a canvas, in which I've added a button and an InputField. By using the XR Interaction Toolkit, I am able to click on the button or the InputField with both of my controllers. However, it's still impossible to type anything into the InputField because when I click on it, any keyboard opens.

    I've downloaded and explored the example project from git (https://github.com/Unity-Technologies/XR-Interaction-Toolkit-Examples) but I'm not using unity for a long time, so it looks impossible to find the settings (or script or anything else) that make it works.

    Does anyone knows what should I do to open the keyboard when the InputField is clicked ?

    I am using unity 2019.4.21.

    Thanks !
     
    Last edited: Apr 14, 2021