Skip to content

This guide will help you create a headless server on Edgegap for a Unity project using Fishnet as its networking solution.

Notifications You must be signed in to change notification settings

edgegap/netcode-sample-unity-fishnet

Repository files navigation

FishNet on Edgegap

This guide will help you create a headless server on Edgegap for a Unity project using Fishnet as its networking solution. Different versions of the sample are available depending on which version of Fishnet is used.

The core of this sample is the “MatchmakingSystem” script. This script communicates with the Edgegap API to find live deployments of the available server for the game and if no available servers are found then it requests the Edgegap API to deploy a new instance of the game’s server for the client based on their location. This script explains the core concepts of communicating with the Edgegap API using the Unity HTTP Requests system and utilizing the data sent by the Edgegap API for making decisions for the game’s matchmaking. This game auto connects to the first instance found on the list of all the live server deployments for the game, this is to make testing easier and due to the fact that Edgegap free tier allows only 1 live server deployment for the game at a given time. But if a user is not using free tier then this matchmaking system can be really easily extended to give players an option to choose from all the available servers to connect to.

Note: This project uses a few free assets from the Unity Asset Store. These assets can be found at the end of the documentation page. The project is available in different versions of Fishnet.

Tutorial

To make sure the projects open correctly in the Unity editor, clone the repo via the git clone [URL] command.

To test a sample project, select one of the available folders and open it with the Unity Hub.

You can see the full documentation for the base Fishnet example here or for Fishnet with WebGL here.

About

This guide will help you create a headless server on Edgegap for a Unity project using Fishnet as its networking solution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages