package-remove
Remove packages from Unity projects by uninstalling them from the manifest.json file and triggering package resolution.
Instructions
Remove (uninstall) a package from the Unity project. This removes the package from the project's manifest.json and triggers package resolution. Note: Built-in packages and packages that are dependencies of other installed packages cannot be removed. Note: Package removal may trigger a domain reload. The result will be sent after the reload completes. Use 'package-list' tool to list installed packages first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageId | Yes | The ID of the package to remove. Example: 'com.unity.textmeshpro'. Do not include version number. | |
| requestId | No |