running PUN on android

If I have to a unity app with multiplayer networking on android, what are the modifications that will have to be made in a code. Any tutorial available ? (for eg :how do I enable jump, run left, run right,etc.. (User Input basically)..)

Answers

  • hi @its_me0978
    you dont have to do any modification in photon networking to work on android ,if it is working fine on PC it will work on android
  • I have a player object and when I press the up arrow key, he runs forward, but this feature doesn't work on my android. So,what is missing?
  • Romin wrote: »
    hi @its_me0978
    you dont have to do any modification in photon networking to work on android ,if it is working fine on PC it will work on android

    I'm currently doing this and facing many issues.
    The speed of connecting to Photon master server (and everything related to networking) and vice versa is very slow when used in android but in unity editor, it's quite instant. Why do you think so?