← Return to game
Log in with itch.io to leave a comment.
may I ask, how did you make this game multiplayer?
Netcode for gameobjects and unity relay services.
Netcode allows you to connect locally and handles all the multiplayer stuff in a local network and relay allows you to connect to other people without exposing ports or smthn.
Heres the tutorials:
Netcode -
Thank you!
← Return to game
Comments
Log in with itch.io to leave a comment.
may I ask, how did you make this game multiplayer?
Netcode for gameobjects and unity relay services.
Netcode allows you to connect locally and handles all the multiplayer stuff in a local network and relay allows you to connect to other people without exposing ports or smthn.
Heres the tutorials:
Netcode -
Relay -Thank you!