Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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.