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
public static class ProjectServices : object
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 |