Class XRGeneralSettingsUpgrade
Helper class to auto update settings across versions.
Inherited Members
Namespace: UnityEditor.XR.Management
Assembly: Unity.XR.Management.Editor.dll
Syntax
public static class XRGeneralSettingsUpgrade
Methods
UpgradeSettingsToPerBuildTarget(string)
Worker API to do the actual upgrade
Declaration
public static bool UpgradeSettingsToPerBuildTarget(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path to asset to upgrade |
Returns
| Type | Description |
|---|---|
| bool | True if settings were successfullly upgraded, else false. |