Developing for mobile

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By hotmailking

While I’m developing for mobile (specifically iOS), how do I make sure it is all set up to be mobile ready? e.g. setting correct screen size, touch screen function, etc. Is there a tutorial I can read that covers all of this?

:bust_in_silhouette: Reply From: Calinou

See Multiple resolutions to create interfaces that adapt to various display resolutions. I haven’t seen much documentation about handling touch screen events though.

Button nodes should work as-is on mobile devices, but these should be reserved to menus. For buttons intended to be used during gameplay, use the TouchScreenButton node instead.