zaro

How do I Install Visual Effect Graph in Unity?

Published in Unity Packages 2 mins read

Installing the Visual Effect Graph in Unity is a straightforward process using the Package Manager.

Here's how to install the Visual Effect Graph package directly within the Unity Editor:

  1. In the Unity Editor, navigate to Window > Package Manager. This opens the Package Manager window where you can browse and install Unity packages.

  2. Important Note for Older Unity Versions: If you are using a Unity version prior to Unity 2019.3, you will need to enable the display of preview packages. Click the Advanced dropdown button in the Package Manager window and check the "Show preview packages" option. The Visual Effect Graph was a preview package in older versions, so this step is crucial for it to appear in the list. For Unity 2019.3 and later, it is typically a verified or released package and should appear by default.

  3. In the Package Manager window, ensure the dropdown is set to "Unity Registry" to see official Unity packages. Scroll through the list or use the search bar to find "Visual Effect Graph". Select the Visual Effect Graph package from the list.

  4. In the bottom right corner of the Package Manager window, click the Install button. Unity will then download and install the Visual Effect Graph package into your project.

Once the installation is complete, you can start creating visual effects using the Visual Effect Graph by right-clicking in your Project window, selecting Create > Visual Effects > Visual Effect Graph.