The SBT Unity plugin is designed to provide an easy way to include your Unity3D project in continuous integration solutions and to ease team collaboration.
It is based on the SBT build pipeline to build, package, run, run tests (unit and integrations tests).
It is based on the SBT dependency management to resolve dependencies (Ivy2 and maven compatible repositories)
- Generate a clean workspace with main dependencies
- Generate a clean workspace with test dependencies
- Run unit and integration tests with Unity3d test tools
- Package easily a unitypackage
- Package easily a player
- Resolve managed dependencies and import corresponding unitypackages
- Import unmanaged dependencies
Feel free to fork it and create a pull request !
MIT (see license.txt)