alttester / AltTester-Unity-SDK

AltTester Unity SDK is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them using tests written in C#, Python, Robot or Java.
https://alttester.com/docs/sdk/latest/home.html
GNU General Public License v3.0
63 stars 8 forks source link

[FAQ] Update info about the oldest Unity version supported #1685

Closed iulianatodoran closed 2 weeks ago

iulianatodoran commented 2 months ago

Description

Currently we state in the FAQ section that the oldest Unity version supported is 2020.3, but on the Unity website it states that 2020.3 LTS stream has reached End-of-Support and we also have a limitation: the IL2CPP builds cannot be created using the Managed stripping level set to Minimal, as the Minimal level does not exist in Unity 2020 - as a consequence the users cannot connect their IL2CPP builds with the AltTester driver if the stripping level is higher. There are 2 options, either: - We update the oldest supported version to 2021.3 LTS - We add the info about the limitation for the IL2CPP builds when using Unity 2020.3 ## Mocks ## Additional info

The problem with the missing setting was reported by a user on Discord

iulianatodoran commented 2 months ago

@gomboskriszta15 I added the 2.1.3 label if that's ok

SiminaRe commented 2 weeks ago

Tested on stage having latest commit ae3f65e.

Now, in FAQ, under What versions of Unity does AltTester® Unity SDK work with? question, the following answer is displayed: AltTester® Unity SDK works with Unity 2021.3 LTS or higher. We no longer support Unity 2020.3 LTS as it has reached its End-of-Support from Unity and there was also a limitation for the IL2CPP builds. If you encounter any issues we'd like to hear about them. You can raise an issue or join our community on Discord.

Based on this, I will close this ticket.

Thank you!