1.2 KiB
1.2 KiB
Edgegap Relay for Mirror
Documentation: https://docs.edgegap.com/docs/distributed-relay-manager/
Prerequisites
- Unity project set up with the Mirror networking library installed
- Supported Versions: Mirror and Mirror LTS
- EdgegapTransport module downloaded and extracted
Steps
- Open your Unity project and navigate to the "Assets" folder.
- Locate the "Mirror" folder within "Assets" and open it.
- Within the "Mirror" folder, open the "Transports" folder.
- Drag and drop the "Unity" folder from the extracted EdgegapTransport files into the "Transports" folder.
- Open your NetworkManager script in the Unity Editor and navigate to the "Inspector" panel.
- In the "Inspector" panel, locate the "Network Manager" component and click the "+" button next to the "Transport" property.
- In the "Add Component" menu that appears, select "Edgegap Transport" to add it to the NetworkManager.
- Drag the newly added "Edgegap Transport" component into the "Transport" property in the "Inspector" panel.
Notes
- The EdgegapTransport module is only compatible with Mirror and Mirror LTS versions.