Search Unity

On screen keyboard for console

Discussion in 'Scripting' started by mholmes, Mar 7, 2021.

  1. mholmes

    mholmes

    Joined:
    Dec 8, 2012
    Posts:
    414
    Im.adding controller support for all my apps. Some have input fields. Is there a built in on screen keyboard for consoles when they enter a input field? Just making sure I don't need to code something special for consoles like a fire stick for example
     
  2. BenniKo

    BenniKo

    Joined:
    Mar 24, 2015
    Posts:
    100
    I don't think there is anything build in.
    Depening on your plattform you might be able to trigger the onscreen keyboard of the OS.
    But those probably wont work with controllers.