NormcoreAppSettings
NormcoreAppSettings
A ScriptableObject that represents all settings related to a single Normcore application.
Static Fields
DEFAULT_MATCHER_URL
public string DEFAULT_MATCHER_URL
The default matcher URL for Normcore servers.
This is always the matcher URL you should use unless you're using Normcore Private.
Static Methods
CreateInstance
NormcoreAppSettings CreateInstance(string normcoreAppKey, string matcherURL = wss://normcore-matcher.normcore.io:3000)
Create a new app settings instance.
Properties
normcoreAppKey
string normcoreAppKey { get; }
The app key used to associate your application with the Normcore servers.
matcherURL
string matcherURL { get; }
The matcher URL used to connect to Normcore servers. If you're using Normcore Private Cloud or On-Premises, make sure this points to your Normcore Private matcher service.