Skip to content

UninstallFeatureByNameStep

ClassAssetInventoryAssetInventory.Editor
public sealed class UninstallFeatureByNameStep : ActionStep

Removes a named Unity feature package and its unlocked dependencies from the open project.

public UninstallFeatureByNameStep()

public override Task Run(List<ParameterValue> parameters)

Removes the configured Unity feature package and its unlocked dependencies from the open project.

Parameters

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

Returns

System.Threading.Tasks.Task