Class ProjectServices
Project Services.
Warning: this class contains functions that may not work in the future since we are not using the Public Unity API.
Namespace: Unity.Industrial.Forma.Editor.UI.Service
Syntax
[MovedFrom(true, "UnityEditor.Industrial.Configuring.UI", "Unity.Industrial.Configurator.Editor", null)]
public static class ProjectServices
Methods
GetPlayerSettings()
Get project player settings.
Note: Do not declare the invoke method as a local variable otherwise, errors will be thrown after each domain reload: "Multiple managers are loaded of type: PlayerSettings"
Declaration
public static Object GetPlayerSettings()
Returns
Type | Description |
---|---|
Object |
GetQualitySettings()
Get project player settings.
Declaration
public static QualitySettings GetQualitySettings()
Returns
Type | Description |
---|---|
QualitySettings |