#How to make multiplayer game in unity with steam

14 messages · Page 1 of 1 (latest)

sturdy adder
#

I want to make a multiplayer game on Steam and I have no experience with this multiplayer, I'm new to it

tired lynx
#

Look into fishnet or other networking solutions and get started there.

gaunt oasis
indigo salmon
#

I developed multiplayer game in steam

#

Warzoom A game of dynamic strategy is a fantastic game with a process of elimination that truly anybody can play. Its a game of 70% Strategy amd 30% luck. Its made for the average Joe. This all new version of Warzoom A Game Of Dynamic Strategy now comes with new graphics, new sound and new special effects. Warzoom offers gamers non-stop action f...

▶ Play video
sturdy adder
#

Is Steam having its own system?

#

Or is there a tutorial video about it?

crisp yew
#

Make sure you can program games very well before diving into networking, imo. Otherwise if set on networking, try writing some web API's with C#/get comfortable with async code. Learning both at once will be like shooting yourself in the foot

vale scarab
#

steam does not provide multiplayer servers, but they have a matchmaking api

foggy plover
fathom bridge
#

Easiest way to get into multiplayer for Unity is using Mirror.

#

You can later on swap the transport in mirror to Steamworks, which allows you to use Steamworks.NET.