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

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: 5 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"
}
}
```