0.2.2 • Published 8 years ago

unity-solution-2 v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

unity-solution

Auto generates a travis compatible Unity3d C# solution. This is compatible with Unity 5.4.

Installation

npm install -g unity-solution-2

Usage

unitysolution ./UnityScriptsFolderName [TargetPlatform]

The second parameter is optional and can be one of the following:

  • Standalone
  • iOS
  • Android
  • WebGL

Example

unitysolution ./UnityGameBase iOS
xbuild /p:Configuration=Debug unity.sln

Live example for a travis configuration can be found at the ugb-source travis config