ChrisNZL / Tallowmere2

Changelog, issue tracker, and development knowledge for Tallowmere 2.
https://tallowmere2.com
13 stars 0 forks source link

iOS: Try to enable keyboard support #1077

Closed ChrisNZL closed 9 months ago

ChrisNZL commented 1 year ago

Unity does not have built-in keyboard support on iOS (apart from the native input field for entering text).

Maybe one day.

Thread to watch:

Unity issue tracker:

Asset Store plugins to try:

ChrisNZL commented 1 year ago

Notes:

ChrisNZL commented 1 year ago

Another request for keyboard support on iOS.

I had made some progress with the "iOS External Input" plugin (plugin's developer gave me a fix to fix the crash).

But, there was an issue with the plugin no longer working after Unity's text input prompt was used, which is quite a deal-breaker.

Source code is available, but writing iOS plugins is not my expertise. Hope Unity will just implement keyboard support properly at some point...

And the other "Magic & Smart Keyboard support for iPad & iPhone" plugin's page says they are aware of things not working with latest iOS, so I'm not pursuing that for now either.

ChrisNZL commented 9 months ago

This hasn't gone anywhere. Unity still doesn't support keyboard input on iOS.

Large effort to create my own iOS plugin.

Not worth pursuing right now.