Install Plugins in Unity with Package Manager

Tiempo de lectura: 2 minutos

Reading Time: 2 minutes

We can add new functionalities or assets to our Unity project using the Package Manager from within the environment.

First, we need to go to Window > Package Manager.

Once opened, all the already installed packages will appear.

In order to install new ones, we need to change the option from Packages: In Project to Unity Registry.

We can use the search bar to look for specific packages.

In this case, I’m going to install Universal Render Pipeline (Universal RP).

Once the package is found, click on Install.

And with this, we have added the package or plugin.

Leave a Comment