Symptoms:
- You want to remove the Pixyz plugin from your Unity project.
Resolution:
The method for removing the Pixyz plugin depends on how it was originally installed. For current versions, the Pixyz Plugin for Unity (now known as the Asset Transformer Toolkit) is typically installed via Unity's Package Manager (UPM).
Recommended Method (for UPM installations):
- Open your Unity project.
- In Unity, navigate to Window > Package Manager.
- In the Package Manager window, select Packages: In Project from the dropdown menu to view packages installed in your current project.
- Locate and select the "Asset Transformer Toolkit" (or "Pixyz Plugin for Unity") in the list.
- In the package details panel, click the Remove button.
- If the Remove button is disabled, it might be required by another package. You may need to remove any dependent packages first.
- The package will be removed from your project.