Making your own provider
Making your own provider is a simple process, but the "difficulty" of the task will be mostly determined by the provider you work with.
All you essentially have to do is have a MonoBehaviour
script that also inherits from the interface: ILobbyProvider
.
You can look into the ILobbyProvider or more easily, have your IDE auto fill out everything in the interface. From here you essentially have to fill out the functionality of the given tasks, as well as call the UnityActions where relevant. Naming should generally be self-explanatory.
Feel free to always ask in the PurrNet Discord if you need any help.
Last updated