Skip to content

InstallRegistryPackageByNameStep

ClassAssetInventoryAssetInventory.Editor
public sealed class InstallRegistryPackageByNameStep : ActionStep

Adds a named Unity registry package and optional version to the open project’s manifest.

public InstallRegistryPackageByNameStep()

public override Task Run(List<ParameterValue> parameters)

Adds the configured registry package and optional version 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