Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Oh wow, I have done some work with Netcode, but haven't connected any games to anything officially yet. What is a relay server? I have some googling to do it seems.

(2 edits) (+1)

Oh its nothing but a way to make p2p networking easier for clients by opening a secure port for clients to join(this means clients don't need to do router configuration, firewall setup, etc.)

Here's Unity's docs for it if you wanna know more about it: Unity Relay

Interesting, I'll look into this.