Skip to content

alttester/EXAMPLES-NewInputSystem--CoinCollector-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoinCollector - CSharp tests

This project contains C# AltTester® tests for a project using the New Input System. The tested actions are: tap object, key down/ key up, press key, click object, scroll, begin/end touch and tap simulated with swipe.

Before running the tests

❗ Starting with version 2.0.0, the AltTester® Desktop must be running on your PC while the tests are running.

  • Download and install the AltTester® Desktop from here, then open it.Download and install the AltTester® Desktop for Windows from here, then open it.
  • To run the tests, you must include the AltTester® Unity SDK in the project. To do that, you can choose between the following ways:
  1. Add the AltTester® Unity SDK submodule to the project

    • use git submodule update --init command to pull the git submodule;
    • make sure that the submodule added is on the master branch (you can use the following command git checkout master in the Assets/AltTester-Unity-SDK folder);
    • also, if you already have the project, you should make a git pull on the master branch, to ensure that you are using the latest version of AltTester®.

  2. Download AltTester® Unity SDK and import it into Unity

Run the tests

You can open the project in the Unity Editor and run the tests from the AltTester® Editor window.

The tests can be found in the Editor -> Tests folder in the AltTester_NIS_Tests class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published