Class XRGeneralSettingsUpgrade
Helper class to auto update settings across versions.
Namespace: UnityEditor.XR.Management
Syntax
public static class XRGeneralSettingsUpgrade : object
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 |
---|---|
Boolean | True if settings were successfullly upgraded, else false. |