AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
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.
**In what language is the test written?** C# **What version of AltTester Unity SDK are you using?** 1.8.2 **The OS from where you are running the test?** Windows 10 ###...
- boolean flag to indicate weather the component property should be taken as a string or not - also modify the docs (will do in another ticket)
## Description We need to change the unity version in `package.json` file located in `Assets/AltTester` from `2021.3` to `2020.3` to be able to create a UPM package compatible with the...
Changed unity version to 2020
## Description Modify the AltTester-Unity-SDK to use the [AltServer-Cloud-Server](https://github.com/alttester/AltTester-Cloud-Server). When a connection is made to the Cloud Server, a license key will be sent in the header of the connection...
The stars can not be created if we use the click method instead of `PressKey(AltKeyCode.Mouse0, 0.1f)` at the same coordinates in the fifth scene. ## Steps to reproduce 1. Open...
This issue was reported on Discord https://discord.com/channels/744769398023127102/748145712100933682/1132915900304068710
In AltTester Desktop > `Screenshot Area` in scene 10 of the SampleScenes game, the Camera view does not follow the mouse moving trajectory when using the `Click/Press` action ## Steps...
## Steps to reproduce 1. Create an object with an colider and a script that has OnMouseDrag 2. Try using Swipe or any combination of command to drag that object...
## Steps to reproduce 1. Open the AltTester-Unity-SDK project in Unity 2. Create an AltTest file under an Editor folder 3. Open it in IDE and add a `connectTimeout` parameter...