|
| 1 | +# Requirements and compatibility |
| 2 | + |
| 3 | +This page contains information on system requirements and compatibility for the Visual Effect Graph package. |
| 4 | + |
| 5 | +## Unity Editor compatibility |
| 6 | + |
| 7 | +The following table shows the compatibility of the Visual Effect Graph versions with different Unity Editor versions. |
| 8 | + |
| 9 | +| **Package version** | **Minimum Unity version** | **Maximum Unity version** | |
| 10 | +| ------------------- | ------------------------- | ------------------------- | |
| 11 | +| 10.x | 2020.2 | 2020.2 | |
| 12 | +| 8.x / 9.x-preview | 2020.1 | 2020.1 | |
| 13 | +| 7.x | 2019.3 | 2019.4 | |
| 14 | +| 6.x | 2019.2 | 2019.2 | |
| 15 | + |
| 16 | +## **Render pipeline compatibility** |
| 17 | + |
| 18 | +The Visual Effect Graph supports the [High Definition Render Pipeline](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html) (HDRP) from Unity 2018.3 and is verified for HDRP from Unity 2019.3. The Visual Effect Graph supports every platform that HDRP supports. For information on which platforms this includes, see HDRP's [system requirements](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html?subfolder=/manual/System-Requirements.html). |
| 19 | + |
| 20 | +**Note**: When you download the HDRP package from the Package Manager, Unity automatically installs the Visual Effect Graph package. |
| 21 | + |
| 22 | +The Visual Effect Graph supports the [Universal Render Pipeline](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@latest/index.html) (URP) from Unity 2019.3. However, it is not yet out of preview for URP, which means it only supports a subset of platforms that URP supports. It also does not support every feature that it does with HDRP, and also only supports unlit particles. |
| 23 | + |
| 24 | +## **Unity Player system requirements** |
| 25 | + |
| 26 | +The Unity Player system requirements for the Visual Effect Graph depend on which render pipeline you use. |
| 27 | + |
| 28 | +- The Visual Effect Graph is out of preview for HDRP, which means it supports every platform that HDRP supports. For information on which platforms this includes, see HDRP's [system requirements](https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html?subfolder=/manual/System-Requirements.html). |
| 29 | +- The Visual Effect Graph is not out of preview for URP, which means it only supports a subset of platforms that URP supports. |
| 30 | + |
| 31 | +For more information on general system requirements for the Unity Player, see [System requirements for Unity](https://docs.unity3d.com/Manual/system-requirements.html). |
0 commit comments