Non full screen keyboard

Hi

I’ve seen games all around for android that allows you to type in-game. In landscape mode, the android keyboard would come up and take approximately only half of the screen.

On unity, this is not the case. If you call the keyboard on landscape mode, the full screen will be covered by the keyboard.

Is there a way, native call or whatever, that pushes up the ‘half screen’ keyboard?

currently Unity Android supports only the default keyboard

you may want to try to implement the custom keyboard via plugin system