{"id":30593046,"url":"https://github.com/alttester/examples-csharp-standalone-dragoncrasher","last_synced_at":"2025-08-29T18:05:25.488Z","repository":{"id":277209481,"uuid":"898456920","full_name":"alttester/EXAMPLES-CSharp-Standalone-DragonCrasher","owner":"alttester","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-01T11:56:59.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T12:46:48.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alttester.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-04T12:33:46.000Z","updated_at":"2025-04-01T11:57:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0fa7059-0734-40bc-af92-6eeccb9826b4","html_url":"https://github.com/alttester/EXAMPLES-CSharp-Standalone-DragonCrasher","commit_stats":null,"previous_names":["alttester/examples-csharp-standalone-dragoncrasher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alttester/EXAMPLES-CSharp-Standalone-DragonCrasher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-DragonCrasher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-DragonCrasher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-DragonCrasher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-DragonCrasher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alttester","download_url":"https://codeload.github.com/alttester/EXAMPLES-CSharp-Standalone-DragonCrasher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-DragonCrasher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272734612,"owners_count":24984277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-29T18:05:20.622Z","updated_at":"2025-08-29T18:05:25.473Z","avatar_url":"https://github.com/alttester.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DragonCrasher Example Project\n\nThis repository contains an example project designed to demonstrate how to write and run automated tests using **AltTester®** in a Unity project that utilizes **UI Toolkit**.\n\n## Overview\n\nThe example includes pre-written tests to showcase how AltTester® can be used to interact with Unity UI elements and validate behaviors. To run these tests, you need to prepare a standalone build of the example project and have **AltTester® Desktop** running.\n\n## Prerequisites\n\n1. **Unity Editor**: Install the Unity Editor. Version compatibility depends on the example project.\n2. **AltTester®**: Download AltTester® from the provided link.\n3. **.NET SDK**: Ensure you have the .NET SDK installed to run the tests (`dotnet test`).\n\n## Setup Instructions\n\nFollow these steps to get started:\n\n### 1. Create a Unity Project\n- Open Unity Hub and create a new Unity project using your preferred template.\n\n### 2. Download the Example Project\n- Download the example project from [Example Project Link](https://assetstore.unity.com/packages/essentials/tutorial-projects/dragon-crashers-urp-2d-sample-project-190721?srsltid=AfmBOop2dsRrp8mm-6vaDpipAyQ3tr24VFvKU5_SdHiJD0QUudcYgT2M) and import it into your Unity project.\n\n### 3. Import AltTester® package in Unity Editor\n- Download AltTester® from [AltTester® Download Link](https://alttester.com/app/uploads/AltTester/sdks/AltTesterUnitySDK_NonGPL_2_2_2.unitypackage).\n- Follow the setup instructions in the [AltTester® Documentation](https://altTester.com/docs/sdk/latest/pages/get-started.html#import-altTester-package-in-unity-editor).\n\n### 4. Build the Standalone Game\n- Build the project following the instructions in the [AltTester® Documentation](https://alttester.com/docs/sdk/latest/pages/get-started.html#instrument-your-app-with-alttester-unity-sdk).\n\n### 5. Set Up AltTester® Desktop\n- Download and install **AltTester® Desktop** from [Mac](https://alttester.com/app/uploads/AltTester/desktop/AltTesterDesktop__v2.2.3.dmg) or [Windows](https://alttester.com/app/uploads/AltTester/desktop/AltTesterDesktop__v2.2.3.exe).\n## Running the Tests\n\nOnce the setup is complete, follow these steps to run the tests:\n\n1. Open the standalone build (**DragonCrasher**).\n2. Launch **AltTester® Desktop**.\n3. Navigate to the `Tests` folder in this repository using a terminal or command prompt.\n4. Run the following command:\n   ```bash\n   dotnet test\n   ```\n\nThe tests will connect to the running game and execute automatically.\n\n## Support\nIf you encounter any issues, consult the [AltTester® Documentation](https://altTester.com/docs/sdk/latest/index.html) or reach out to the [Discord channel](https://discord.gg/Ag9RSuS).\n\nHappy Testing! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-csharp-standalone-dragoncrasher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falttester%2Fexamples-csharp-standalone-dragoncrasher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-csharp-standalone-dragoncrasher/lists"}