Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AdaptivePerformancePackageInitializationBase

An interface for automating the initial setup of a provider package.
Read time 1 minuteLast updated 6 days ago

Definition

public interface AdaptivePerformancePackageInitializationBase

Remarks

Implement this interface to automatically create default AdaptivePerformanceLoader and settings assets when the package is installed. This one-time initialization process ensures that the necessary assets exist without requiring manual configuration by the user.

Properties

Property

Description

LoaderFullTypeNameThe loader full type name for this package
LoaderTypeNameThe loader type name for this package
PackageInitKeyPackage initialization key
PackageNamePackage name property
SettingsFullTypeNameThe settings full type name for this package
SettingsTypeNameThe settings type name for this package

Methods

Method

Description

PopulateSettingsOnInitializationInitialize package settings