Skip to main content

Join Multiplayer Game via Steam Client

If you want your friends to be able to join your game from the Steam Client (while game is not running), you can handle the join lobby / connect to session like the example below

Steam Client

If you want to be able to join multiplayer sessions from the Steam Client then this is the guide for you!

Join

SteamCore Session

This example is when using the "Create SteamCore Session" setup, the logic in this example is implemented in the Game instance and will execute when the game is opened.

SteamCore

Advanced Session (Legacy)

This example is when using the "Advanced Session (Legacy)" setup, the logic in this example is implemented in the Game instance and will execute when the game is opened.

Advanced