Forum General Unity Android Pro is Required?

Any issues or discussions relating to Unity development are welcome here.

Unity Android Pro is Required?

Postby Appxplore » August 30th, 2013, 10:12 am

as titled.

I just download the trial developement unity package and do a trial build on android and the error message as below appears:

Error building Player: SystemException: 'System.Net.Sockets' are supported only with Unity Android Pro. Referenced from assembly 'PlayerIOUnity3DClient'.

I wish to know is this true that Unity Android Pro is a pre-requisite for PlayerIO?
Appxplore
 
Posts: 1
Joined: August 23rd, 2013, 11:20 am

Re: Unity Android Pro is Required?

Postby paala2 » May 16th, 2014, 4:33 pm

Yes it is
paala2
 
Posts: 36
Joined: November 4th, 2012, 10:13 am

Re: Unity Android Pro is Required?

Postby fmg » September 1st, 2014, 2:21 am

No it is not. There is an asset in the unity asset store called Good Ol' Sockets, costs $25. It's a drop-in replacement for System.Net.Sockets and it works with basic. It will patch the PlayerIOUnity3DClient.dll so all socket calls go through it's own implementation of sockets, so you don't need Pro. 8-)
fmg
 
Posts: 6
Joined: May 14th, 2013, 7:42 am

Re: Unity Android Pro is Required?

Postby gfoot » September 1st, 2014, 3:44 am

Wow, that is neat. Thanks for pointing this out!
gfoot
 
Posts: 21
Joined: July 31st, 2014, 11:44 pm


Return to General