Busy with an mobile educational game, which requires a custom keyboard (custom swipe keyboards cant be used in the game)
Im new to NGUI, came over from Daikon Froge
I want to create a keyboard using standard NGUI buttons, the buttons will be in 3 rows:
Row 1: QWERTYUIOP
Row 2: ASDFGHJKL
Row 3: ZXCVBNM
(As a normal keyboard, excluding the number/functions/etc)
Each row should be in the middle of the screen
Should scale to ANY device size (FixedSizeOnMobile)
I can position these manually in a widget, and make the screen fixed size, but it wont look good on all devices.
Any advice on how to do this with NGUI?
Much appreciated!
Jacques