Question|the diffrent between unity networking to smartfox networking?

what is the diffrent between unity networking to smartfox networking?

Practically everything. What in specific are you looking for in differences between the two?

hmm… networking, the stuff like that.

Then everything. Smartfox could be used for an mmo while the built in could not, because it works differently. You know, you could probably get a solid answer by learning how both work through… Google.

that’s okay, asking here it’s fine too TNX.

Built in is using state synchinc and RPCs for sending and receiving data and executes server logic for maximum of 64 players using the same unity engine.
Smartfox uses messages only and it’s server logic should be written using Java/Python/javascript/action script and without the help of unity.
smartfox has some built-in features for logins and chat and … which the built-in solution doesn’t have.
Take a look at my article on choosing networking middlewares in unity linked below