AltTesterBot
AltTesterBot
Setting a nested property results in error. Scenario: Call set_component_property(component_name, 'field.Property.Property', value) Recursively assigning values from the innermost property, AltUnity ignores the possibility of the intermediate property being of type...
 In order to get Vector3 the user needs to declare it as "UnityEngine.Vector3, UnityEngine", we should handle the situation where the user is able to find Vector3 only by...
It would be nice to have an interactive tutorial included in the AltUnity Tester Asset More about Interactive Tutorials: https://blog.unity.com/technology/in-editor-tutorials-available-to-try-in-unity-20211 --- You can find the original issue from GitLab [here](https://gitlab.com/altom/altunity/altunitytester/-/issues/708).
Press key is not enough because you the keycode doesn't have axis. WE maybe should add another command to handle that. --- You can find the original issue from GitLab...
## Description **1. Driver logs** Currently, the driver logs are hard to access since there is no information in the documentation, and in the Unity console logs for the specified...
Once a test is started from the AltUnity Tester window, users are not able to cancel/stop it. This could save some waiting time in cases when tests were run by...
I'm trying to use the latest version of AltUnity Tester Editor on Unity 2020 lts, on windows, but when I am trying to run tests, I have a null exception...
Right now we are : * double serializing/deserializing data in dual communication * deserialize twice the command in unity app, first with the purpose of identifying command type, and second...
Testers who don't necessarily do the instrumentation part, should be notified that there's a new version of AltUnity Tester and they should ask their developer for another build. Suggestion: We...
## Description Change the build and test job to run over night or weekend. This means that we will not run this jobs anymore when we push something or merge...