Install Pixyz Plugin for Unity
Pixyz Plugin for Unity is a Unity package, which must be installed in a project following these steps:
- If a previous version of Pixyz Plugin for Unity is installed in the project, remove it.
- Open the Package Manager.
- In the status bar, select the Add menu (+) and choose Add package by name.
- In the Name field, enter
com.unity.pixyz.plugin4unity
. - Click Install.
Read more about installing packages from the Unity registry in the Unity documentation.
Note
If Unity Editor runs on a machine that isn't connected to internet and you can't access the Package Manager directly, see Install Pixyz Plugin for Unity from tarball files
Important reminder
- To use Pixyz Plugin for Unity 2.0, you must use at least Unity 2022.3 LTS.
- You need to install Pixyz Plugin for Unity in every Unity project in which you wish to use it.
- You need a valid license to use Pixyz Plugin for Unity (see licensing).
Remove Pixyz Plugin for Unity from a project
To uninstall Pixyz Plugin for Unity from a Unity project (for example, to uninstall a previous version before installing the latest version):
- Follow the procedure described in the Unity documentation.
- In the Project window, delete the
Pixyz
subfolder from theAssets
folder.
Additional resources
- Package Manager (Unity documentation)