0
I’m doing a multiplayer game on Unity3d and I’m using Unity’s new networking API, I’ve seen that there are some plugins for Unity that make it possible to create a multiplayer via bluetooth, but are paid and relatively expensive.
My question is if there is any other way to create a multiplayer for android via bluetooth for free using Unity?
Daniel, requesting feedback and indicating tools is against the rules of the stack, take a look at the http://answall.com/questions/how-to-ask-beta help manual and rephrase the question as it will probably be flagged out of scope... In addition you can search alone on google and will find a lot of material on free Apis and how to use the features of . NET 2.0 for networking.
– Frohlich
@Frohlich Think if you edit the question to something "How to make a game communication by bluetooth?" To take it "freely" the question is already within the scope, even if it is not a question of such quality. I would indicate google only for tutorials of "my first game", I am not very much in favor of "google search" (just opinion). Daniel recommend that a little better question so that it fits the scope of the site, I personally found the question interesting.
– Guilherme Nascimento
I edited the answer Daniel, little has changed.
– Guilherme Nascimento
Okay guys, thanks. I just read the "how to Ask beta" help manual. From what I researched I came to the conclusion that I would have to create a plugin or acquire an existing plugin. Given these conditions I have decided that I will use the networking tools that Unity3d makes available, as it already meets my need. Thank you.
– Daniel Santana