Skip to main content

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

This was super fun! My daughter and I split up the controls: she drove while I shot stuff. This was one of her favorites! Are you planning on setting it up on a server somewhere so people can play against eachother?

(+1)

Thanks for playing! Dedicated servers are something for the future definitely. But I am using a relay server right now already so anybody can play with anyone, anywhere in the world, already!

To play together, one person has to hit host on their computer

This makes a lobby that others can join from their computer by going to lobbies and joining the lobby(might need to refresh a few times for it to appear)

If there are any problems joining, just restart the game on both ends (this is a rare occurrence though)

As I'm writing, I am beginning to realise I should have written these as instructions within the game or in the description, so sorry about how unclear it was 😅

Really great to hear that the both of you enjoyed it, hopefully you can have more fun playing together with this!

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.