Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FindForAssembly(Assembly)

Retrieves information about the package containing an assembly, or the assembly definition used to build that assembly.
Read time 1 minuteLast updated 12 days ago

Definition

public static PackageInfo FindForAssembly(Assembly assembly)

Parameters

assembly

The assembly.

Returns

Type

Description

PackageInfoThe PackageInfo instance describing the package, or null if the assembly or its assembly definition is not in a package.