Ubb
Helper for Unity batch build.
Description
Unity Editor からビルドしたりパッケージを入出力する時に使うツールです。
Installation
Add this line to your application's Gemfile:
gem 'ubb'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ubb
Usage
$ ubb export -o hoge.unitypackage Plugins/hoge
$ ubb import hoge.unitypackage
Unity のプロジェクトフォルダは、明示的に指定されなければカレントディレクトリ以下で、最初に見つかったものを自動的に選択します。
明示的に指定するには --project PATH オプションを使用してください。
export
指定したフォルダ及びファイルを .unitypackage としてエクスポートします。
ubb export -o '出力ファイル名' 'パッケージに含むファイル名(フォルダ可&複数指定可)'
import
指定した .unitypackage をプロジェクトにインポートします。
ubb import 'パッケージファイル名'
build
(開発中)
Contributing
- Fork it ( https://github.com/fum1h1ro/ubb/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request