So basically guys we have a 2D scroller game made for desktop but we need to run it even on mobile, so how can we create controls from UP-DOWN-LEFT keyboard for example to mobiles that have no keyboard?
How to create mobile ready controls?
- Edited
you can make the cellphone like a controller for example you can put a D-pad on the screen using touchscreenbutton.
or you can use an old phone.
@sphere said: you can make the cellphone like a controller for example you can put a D-pad on the screen using touchscreenbutton.
or you can use an old phone.
do you mean drawing buttons on the screen?
That is probably what they are meaning. You would use something like these assets and TouchScreenButton nodes to make mobile controls.
- Edited
@TwistedTwigleg said: That is probably what they are meaning. You would use something like these assets and TouchScreenButton nodes to make mobile controls.
thanks again man :) It is just an asset but it's useful, I found code about TouchScreenButton I wanna try it and then compile it and test it (with my staff too) using our 4 phones :) Hope well