Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.
fredpointzero edited this page Oct 16, 2014 · 2 revisions

SBT Unity Plugin

Overview

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)

Features

  • 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

How to contribute

Feel free to fork it and create a pull request !

License

MIT (see license.txt)

Clone this wiki locally