IAlterunaApplicationData Interface
Provides project-level configuration data consumed by the Alteruna multiplayer service.
Namespace: Alteruna.Multiplayer.ConfigsAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
public interface IAlterunaApplicationData
Implement this interface on a
ScriptableObject or plain class and pass it to the service during initialization. The service reads
ServerMode to determine whether to connect to a managed cloud server or a self-hosted unmanaged server, and uses
ProjectName to identify the application on the server.
| ProjectName | The unique project name used to identify this application on the Alteruna backend. |
| ServerMode | The server hosting mode for this project. |