Namespace UnityEditor.XR.Management
Classes
PackageNotificationInfo
This class holds information that should be displayed in an Editor tooltip for a given package.
PackageNotificationUtils
Static utility class for managing package notifications for packages.
XRBuildHelper<T>
Base abstract class that provides some common functionality for plugins wishing to integrate with management assisted build.
XRCustomLoaderUIAttribute
Custom attribute that indicates a class supports the IXRCustomLoaderUI for a specific loader and build target group. Any class marked with this attribute will have IXRCustomLoaderUI methods called on it while the XR Plug-in Management UI is displaying the supported loader for the supported build target.
Note that there can only be one custom loader for each (Loader Type, BuildTargetGroup) combination. If more than one loader exists, the system will fall back to built-in supported rendering and log a warning in the Console window.
XRGeneralSettingsPerBuildTarget
Container class that holds general settings for each build target group installed in Unity.
XRGeneralSettingsUpgrade
Helper class to auto update settings across versions.
Interfaces
IXRCustomLoaderUI
Custom interface provided by the package if the package uses its own UI in the XR Plug-in Management loader selection window.
Any class that implements this interface must be tagged with the XRCustomLoaderUIAttribute attribute.
XRPackageInitializationBase
Interface for specifying package initialization information