Namespace UnityEditor.XR.Management.Metadata
Classes
XRPackageMetadataStore
Provide access to the metadata store. Currently only usable as a way to assign and remove loaders to/from an XRManagerSettings instance.
Interfaces
IXRLoaderMetadata
Provides an interface for describing specific loader metadata. Package authors should implement this interface for each loader they provide in their package.
IXRPackage
Implement this interface to provide package level information and actions.
XR Plug-in Management will reflect on all types in the project to find implementers of this interface. These instances are used to get information required to integrate your package with the XR Plug-in Management system.
IXRPackageMetadata
Top level package metadata interface. Create an instance oif this interface to provide metadata information for your package.