Skip to content

InstallRegistryPackageByPathStep

ClassAssetInventoryAssetInventory.Editor
public sealed class InstallRegistryPackageByPathStep : ActionStep

Adds a Unity registry package from a local path, Git URL, tarball, or package URL to the open project.

public InstallRegistryPackageByPathStep()

public override Task Run(List<ParameterValue> parameters)

Adds the configured local, Git, tarball, or package URL dependency to the open project and waits for Package Manager completion.

Parameters

Name Type
parameters System.Collections.Generic.List{Automator.ParameterValue}

Returns

System.Threading.Tasks.Task