FindForPackageName(string)
Retrieves information about the package based on the name of that package.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.PackageManager
- Assembly: UnityEditor.CoreModule
public static PackageInfo FindForPackageName(string name)
Parameters
The package name to look for.
Returns
Type | Description |
|---|---|
| PackageInfo | The PackageInfo instance describing the package, or null if there is no registered package with the given name. |