Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Virtual keyboard for VR devices

Discussion in 'VR' started by purnapatadia, Aug 7, 2019.

  1. purnapatadia

    purnapatadia

    Joined:
    Jul 20, 2017
    Posts:
    7
    Hey guys,
    I am working on VR Game for multiple devices like vive, focus, rift, quest.
    I want to use Keyboard for typing (for multiple language).
    Is there any way to display and use native keyboard (keyboard used by VR environment) of these vr devices?
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,833
    In general, no. You'll need to either make your own keyboard (using Canvas) or find an asset that does this for you.
     
  3. purnapatadia

    purnapatadia

    Joined:
    Jul 20, 2017
    Posts:
    7
    @JoeStrout
    Thanks for the reply.
    HTC Focus and HTC Quest run on Android OS. Can't we open android native keyboard in these devices using native call?
     
  4. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,833
    I don't have any experience with those. Maybe, but I rather doubt it. Oculus Go runs on Android OS too, and you certainly can't do it there.
     
  5. purnapatadia

    purnapatadia

    Joined:
    Jul 20, 2017
    Posts:
    7
  6. shum88

    shum88

    Joined:
    Dec 16, 2022
    Posts:
    20
    @purnapatadia Have you found the solution? I am also trying to use a virtual keyboard.