x


Why does smartfox work with unity basic and webplayer?

Why does smartfox work with unity basic and the webplayer? Also Why do none of the plug-in restrictions seem to apply as the manual states:

http://unity3d.com/support/documentation/Manual/Plugins.html

more ▼

asked Mar 27 '10 at 11:43 PM

SoloChristian gravatar image

SoloChristian
142 10 11 14

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

If you look on the Unity License Comparison page, you'll see that both the Free and Pro versions of Unity have .Net Socket Support. This is all that is required to communicate with the Smartfox server, because Smartfox is a server-side technology, and Unity interacts with it by acting as the local client.

Using .Net sockets, you can communicate with any other technology on any platform over the internet or a local network, provided it supports sockets as a communication method.

Socket communication is also supported in unity webplayer builds because it doesn't inherently open any kind of security risk to the user. This is because you always need some kind of socket-aware server application listening for connections for the sockets to be able to do anything, so the security responsibility is in the domain of the application listening for connections.

more ▼

answered Mar 28 '10 at 08:20 AM

duck gravatar image

duck ♦♦
41.4k 95 152 415

great answer as always Duck.

Nov 22 '10 at 12:42 PM Bravini
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3893
x409
x109
x78
x56

asked: Mar 27 '10 at 11:43 PM

Seen: 2543 times

Last Updated: Nov 08 '12 at 09:26 AM