From b87e63e5c9363b6011982161f20ba0a6a99ca6ce Mon Sep 17 00:00:00 2001 From: Oleksandr Kokoshyn Date: Fri, 15 May 2020 10:22:58 +0200 Subject: [PATCH] [7.4.x backport] backporting https://github.com/Unity-Technologies/Graphics/pull/209 --- .../Documentation~/requirements.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/com.unity.render-pipelines.universal/Documentation~/requirements.md b/com.unity.render-pipelines.universal/Documentation~/requirements.md index 867c9f725c2..665c76fbe14 100644 --- a/com.unity.render-pipelines.universal/Documentation~/requirements.md +++ b/com.unity.render-pipelines.universal/Documentation~/requirements.md @@ -8,8 +8,10 @@ The following table shows the compatibility of URP package versions with differe | Package version | Minimum Unity version | Maximum Unity version | |-----------------|-----------------------|-----------------------| -| 9.x.x | 2020.1.0a23 | 2020.2.x | -| 8.x.x | 2020.1.0a23 | 2020.1.x | +| 9.x.x | 2020.1.0b6 | 2020.2.x | +| 8.1.x | 2020.1.0b6 | 2020.1.x | +| 8.0.x | 2020.1.0a23 | 2020.1.x | +| 7.4.x | 2019.3.2f1 | 2019.4.x | | 7.3.x | 2019.3.2f1 | 2019.4.x | | 7.2.x | 2019.3.0f6 | 2019.4.x | | 7.1.8 | 2019.3.0f3 | 2019.4.x |