System.Net.Sockets' are supported only with Unity Android Pro. Referenced from assembly 'Photon3Unit

Options
Hello

When i try to build an apk i get this error:
SystemException: 'System.Net.Sockets' are supported only with Unity Android Pro. Referenced from assembly 'Photon3Unity3D'.


Any idea why? and how do i fix this?

Please replay ASAP
Thank you!

Comments

  • dontonka
    Options
    Hello,

    Which PUN version are you using? What about Unity version?

    In case you are using Unity 4.x and PUN (the free version, so not PUN+), you will get that issue on mobile platform, as PUN rely on System.Net.Socket, while this is not the case with PUN+, Photon provides native libraries. System.Net.Socket can only be used with Unity Pro (at least in Unity 4.x releases)

    Cheers,
    Don T.