Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FindForPackageName(string)

Retrieves information about the package based on the name of that package.
Read time 1 minuteLast updated 13 days ago

Definition

public static PackageInfo FindForPackageName(string name)

Parameters

name

The package name to look for.

Returns

Type

Description

PackageInfoThe PackageInfo instance describing the package, or null if there is no registered package with the given name.