Get started with Edgegap's Documentation.
Read more about switching from Multiplay..
Add these secrets in the Unity Dashboard under Administration > Secrets:
EDGEGAP_API_TOKEN- Your Edgegap API token.
Find your token in the Edgegap Console.
Edit Project/EdgegapAllocator.cs and update these constants:
private const string ApplicationName = "MyApp"; // TODO: Replace with actual application nameReplace with your Edgegap application name from the Applications List.
private const string VersionName = "MyVersion"; // TODO: Replace with actual version nameReplace with your Edgegap application's version name you want to use.
private const string PortName = "gameport"; // TODO: Replace with actual port nameReplace with your Edgegap application version's port name that will be used for players to connect.