Dynamic Server(s) mode provides a smart way to decide which server players will try to connect.



In this scenario, developers can create any logic to decide which server the client will try to connect to.


To create a Dynamic Server provider you need to create a script to provide server information, this script shall implement the interface IInformationProvider to return the possible list of servers to try to connect ( see Providers Scripts ).


You can also check the example script ServerAddressProvider on examples folder. This script has a full implementation of how to provide server addresses to dynamic servers.