Method RemovePackagesFromString
RemovePackagesFromString(string)
Removes a list of packages from the project.
Declaration
public static void RemovePackagesFromString(string packageSet = "com.unity.entities com.unity.ugui com.unity.remote-config")
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageSet | A string containing a delimited list of packages with no version string. |