Search Unity

Question Virtual keyboard on TouchScreen

Discussion in 'Input System' started by peripecio, May 29, 2023.

  1. peripecio

    peripecio

    Joined:
    Feb 23, 2017
    Posts:
    2
    HI!

    I'm developing a touchscreen application running on windows. It isn't an Android o iOS app.

    I need a virtual keyboard for the user to enter text but I don't find any on UI package.

    Does anyone know the way to show a virtual keyboard? Is there any asset that does this?

    I know that one can call to the system process OSK.exe, but I'm looking for something built inside Unity.

    Thanks in advance!