From e685a8d48e4c1ce294686b4ef6a5cacd7692dc42 Mon Sep 17 00:00:00 2001 From: Dzmitry Bazyleu Date: Sun, 13 Oct 2024 09:49:23 +0200 Subject: [PATCH] Set minimum supported version to 2020.3 --- .github/workflows/tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3facc91..129a1d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - EditMode - PlayMode unityVersion: - - 2020.1a21 + - 2020.3.48f1 - 2022.3.22f1 - 2023.2.15f1 - 6000.0.22f1 diff --git a/README.md b/README.md index 9e791bf..af9b01b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ scalability, ideal for complex Unity projects. ### Requirements -* Requires Unity version that supports path query parameter for git packages (Unity >= 2020.1a21). +* Requires Unity version 2020.3 or higher. * Requires UniTask package installed. Guide regarding UniTask installation can be found on [Cysharp/UniTask README](https://github.com/Cysharp/UniTask/blob/master/README.md#upm-package).