Skip to content

UninstallRegistryPackageByNameStep

ClassAssetInventoryAssetInventory.Editor
public sealed class UninstallRegistryPackageByNameStep : ActionStep

Removes a named direct Unity registry package dependency from the open project.

public UninstallRegistryPackageByNameStep()

public override Task Run(List<ParameterValue> parameters)

Removes the configured direct registry dependency from the open project’s package manifest.

Parameters

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

Returns

System.Threading.Tasks.Task