Network problem (497936)

Hi.
I have problem with networking.
Here is my project Project.

  1. Export scene StartServer.
  2. Export scene MainMenu and ConnectToServer.
  3. Open exported StartServer, write server’s name (more than 5 characters) and click Start.
  4. Open exported MainMenu and ConnectToServer, click Join Server, click on your server. (you will join it:)
  5. And here’s my problem. When I move in one window, then the player’s capsule doesn’t move on second window.

hi,
posting examples of your scripts may get you more answers then trying to get people to download your project and follow steps to dissect it, most people do not like to just download random things off forums or don’t have time to download and open your project

have you followed any of the multiplayer tutorials? are you using any of the following:

RPC functions

or OnSerializeNetworkView

between the 2 of those you can accomplish almost everything you need to network in a multiplayer game, if you are using these, then post your code and some one may be able to see what your doing wrong

thanks for the answer. But unfortunely you have to download it, because there are three scenes and you have to build 2 apps. :wink: