From f000cd4f45c7b0199e3258dd1863a31863e0dfd3 Mon Sep 17 00:00:00 2001 From: Jason Elie Bou Kheir <5115126+jasonboukheir@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:48:35 -0800 Subject: [PATCH] refactor(support): remove support for 2020.3 and add support for 2022.2 the `CallingSmartContractAbi` sample does not support 2020.3 as it relies on UI Elements BREAKING CHANGE: Unity 2020.3 is no longer supported --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca773a3c3..63273c1f7 100755 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ This package supports the following build targets and Unity versions: | Unity Version | Windows | Mac OS | Linux | Android | iOS | WebGL | | :-----------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :------------------------: | -| 2020.3 | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :eight_pointed_black_star: | +| 2020.3 | :x: | :x: | :x: | :x: | :x: | :x: | | 2021.3 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :eight_pointed_black_star: | -| 2022.1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :eight_pointed_black_star: | +| 2022.2 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :eight_pointed_black_star: | - :white_check_mark: All APIs are supported. -- :eight_pointed_black_star: `Algorand.*.*Api` clients are not supported. +- :eight_pointed_black_star: `Algorand.Unity.Net` is not supported. This assembly is used to enable cross-compatibility between the .NET SDK and the Unity SDK. - :x: Not supported. Use at your own risk. ## Common Usages