Android Multiplayer Help

Options
How does one go about setting up a multiplayer game on an Android device? Do you use the same method when creating a pc multiplayer game and add scripts to make two Android phones work together?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @AsionPersuasion,

    The answer is yes. For Unity 5, your projects involving PUN should work for any target platform.
    Unity 4 requires Pro license for Android and iOS or PUN+ to be able to use networking features.
    For some platforms there might be a need for specific configuration of a Photon DLL. I don't think it is the case for Android.