Testing my multiplayer with someone across the country
So i am designing an fps and recently moved. I want to test my multiplayer with my brother who lives across the country is this possible without paying for a server or better off just waiting until im ready to publish to a server
Answer by AurimasBlazulionis · Oct 29, 2016 at 08:46 AM
If you are using the new unity networking system, it is really simple. You host the server on your computer. Assuming it is hosted right in the game, just make sure you use matchmaker. On the other computer, join to the server through matchmaking -> list matches.
If you use other kind of networking system, you will have to open specific ports on your router.
Your answer
Follow this Question
Related Questions
About Open Internet Multiplayer 0 Answers
Photon & Unity Question 0 Answers
How to smoothly interpolate game object positions in a network game? 0 Answers
Assign Network Manager an Online Scene with Script 0 Answers
How to allow All clients to move blocks? 0 Answers