Andoid enter text without gui

Hi all

I am creating a small android game and want the player to enter some text, but would like to do it without using any GUI elements to do it.

All menus and text in the game have been done in 3D without GUI elements, so would like to keep it that way.

Anyone know of a way to do it?

I’ve never tried it, but have you looked at TouchScreenKeyboard?

Documentation describes TouchScreenKeyboard.Open as what you try to do.
It seems to allow you to spawn a keyboard, then you’d just have to get keys pressed thanks to Input.