Skip to content

UpdateRegistryPackageByNameStep

ClassAssetInventoryAssetInventory.Editor
public sealed class UpdateRegistryPackageByNameStep : ActionStep

Updates a named Unity registry package in the open project to the requested version.

public UpdateRegistryPackageByNameStep()

public override Task Run(List<ParameterValue> parameters)

Updates the configured registry package to the requested version and waits for Package Manager completion.

Parameters

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

Returns

System.Threading.Tasks.Task