how to move fps from touch button ??

i have added touch button on my screen, but how to join them to my fps ?

here are the buttons -

i have attached it to my First Person Controller.

Thank in advance for your help, this is my first hour in mobile development.
Let me know if there is any fps tutorial for mobile

Had the same Problem :smile:
You can`t touch more than one GUI Button simultaneosly
But,please,use instead key emulation a virtual Joystick for the Movement.
Get a look on the Standard Assets(Mobile) and understand the First Person Setups.Im use the builtin Joystick class tooo.

thanks bro i got it to work…i have 3 more queries

  1. how can i make the mobile vibrate on tab
  2. how can i change my scene on tilting my mobile, i mean my scene stays potrait, i want it to auto change to landscape when i tilt my mobile like that

Please help me on this point

1.iPhoneUtils.Vibrate()
2.Set in the Player Settings(where you change the icon,etcc.) the Orientation to Auto-Rotate.

Hope Ive undersand your questions coreectly,Im from Germany and don`t speak English very well.

Yannic :slight_smile:

oh yes…thank you

i am trying to change the logo of apk file, but could change it, i changed all the images inside the publish settings, but logo is not changed

What do you mean with ‘logo’?

You should do the mobile tutorial