it should open just with this right?
i even put this in the update method but my keyboard wont open
public void ShowKeyboardInput()
{
TouchScreenKeyboard.Open(“”, TouchScreenKeyboardType.NumbersAndPunctuation);
}
it should open just with this right?
i even put this in the update method but my keyboard wont open
public void ShowKeyboardInput()
{
TouchScreenKeyboard.Open(“”, TouchScreenKeyboardType.NumbersAndPunctuation);
}
Did you build it on your device? TouchScreenKeyboard.Open doesn’t work in Unity Editor.
And your code is correct.