new Multiplayer tutorial for Unity 3.4

was wondering if there is already up or if someone can make a new multiplayer tutorial or examples for unity 3.4, as the ones i’ve found (including on the unity website) dont work with the newer version, as they are meant for a much older version of unity (like v2)

They work just fine. Networking hasn’t changed.

the example network that i downloaded, with the loader for the other scenes (cars, TPS, castle) don’t work at all. they bring up errors about variables not bieng assigned (a lot of them)

I have the same problem. Castle and Car demos don’t work for me at all. Any advice?

  • WolfShield

delete the car scripts and the tutorial will work, for some reason there is something wrong with the car scripts in the unity networking tutorials

Are working for me on PC/MAC/webplayer but not on iOS / Android I got lot of scripts errors

Sorry to add my question to this but I wanted to ask something related to this and I thought it may be better than making a new thread. I downloaded the networking project and set it up in a webplayer and then tried getting on it with multiple players. I made the server and then got on again from the same computer but in a different window. That worked. I then made the server and got on from another computer in my house(On the same local network). That worked. But when I asked my friend to get on it didnt work. My first guess would be this has to do with the ports, but could someone confirm this for me or tell me why it really doesnt work?

if the server (your computer) is behind a NAT(ting) router it would be need to

A) Put this computer in the DMZ (out of the firewall) in the router settings
B) Set a rule for this computer for the PORT you are using.

Ok, thanks.

remove #pragma strict from the top of .js scripts that give errors and it will work.