This version of Unity is unsupported.

Sample.FindByPackage

public static IEnumerable<Sample> FindByPackage(string packageName, string packageVersion);

Parameters

packageNameThe name of the package.
packageVersionThe version of the package.

Returns

IEnumerable<Sample> A list of samples in the given package.

Description

Given a package of a specific version, find a list of samples in that package.