Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IAdaptivePerformancePackageMetadata

Top-level package metadata interface. Create an instance of this interface to provide metadata information for your package.
Read time 1 minuteLast updated 12 days ago

Definition

public interface IAdaptivePerformancePackageMetadata

Properties

Property

Description

isDefaultPlatformProviderInformation about the status of being a default platform provider.
isDeprecatedInformation about the deprecation state of the package.
licenseURLThe full URL for the license for your package.
loaderMetadataList of IAdaptivePerformanceLoaderMetadata instances describing the data about the loaders your package supports.
packageIdThe package id used to track and install the package. Must be the same value as the name keyword in the package.json file, otherwise installation will not be possible.
packageNameUser-facing package name. Should be the same as the value for the displayName keyword in the package.json file.
settingsTypeThe full type name for the settings type for your package.