Namespace Unity.Services.Core.Editor
Classes
CdnConfiguredEndpoint<T>
Helper class for managing CDN based endpoint configurations
EditorGameServiceDashboardHelper
Used by IEditorGameService to simplify operations related to the dashboard
EditorGameServiceFlagEnabler
Base class for services which require service flag handling when toggling.
EditorGameServiceRegistry
Base implementation of the IEditorGameServiceRegistry
EditorGameServiceRemoteConfiguration<T>
Fetches and parses JSON config object or returns a newly constructed object on failure. If the config is successfully loaded it will be cached in SessionState
EditorGameServiceSettingsProvider
Base class to extend for an external service settings provider to become an editor game service settings provider
PlatformSupportUiHelper
Utility class for platform support UI.
Interfaces
IEditorGameService
Base contract for all editor game services defined by Core.Editor package.
IEditorGameServiceEnabler
An interface to allow you to control the enablement state of a service.
IEditorGameServiceIdentifier
Interface used to identify services
IEditorGameServiceRegistry
A container to store all available IEditorGameService