https://github.com/malud/unity-solution
auto generating a travis compatible unity3d solution
https://github.com/malud/unity-solution
Last synced: 5 months ago
JSON representation
auto generating a travis compatible unity3d solution
- Host: GitHub
- URL: https://github.com/malud/unity-solution
- Owner: malud
- License: mit
- Created: 2015-03-29T10:24:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T20:46:05.000Z (almost 11 years ago)
- Last Synced: 2024-11-15T01:23:59.995Z (over 1 year ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-solution
auto generating a travis compatible unity3d c# solution.
## Installation
npm install -g unity-solution
## 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](https://github.com/kwnetzwelt/ugb-source/blob/development/.travis.yml)