Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unitinium/unitinium

๐Ÿงช Unity e2e test framework based on lua scripting
https://github.com/unitinium/unitinium

debugging-tool e2e-tests lua moonsharp originer test-framework unity unity3d upm-package

Last synced: 2 months ago
JSON representation

๐Ÿงช Unity e2e test framework based on lua scripting

Awesome Lists containing this project

README

        

Unitinium
=========

Using
-----

For start using this package add lines into `./Packages/manifest.json` like next sample:
```json
{
"dependencies": {
"unitinium": "https://github.com/k0dep/Unitinium.git"
}
}
```