@umm/simple_build
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@umm/simple_build", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Provide BuildPlayer menu", | ||
"homepage": "https://github.com/umm-projects/simple_build_", | ||
"homepage": "https://github.com/umm-projects/simple_build.git", | ||
"bugs": { | ||
"url": "https://github.com/umm-projects/simple_build_/issues" | ||
"url": "https://github.com/umm-projects/simple_build/issues" | ||
}, | ||
@@ -22,3 +22,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "git@github.com:umm-projects/simple_build_" | ||
"url": "git@github.com:umm-projects/simple_build.git" | ||
}, | ||
@@ -25,0 +25,0 @@ "files": [ |
@@ -5,2 +5,3 @@ # What? | ||
* Jenkins などの CI ツールから叩かれることを想定して、プラットフォーム別の外部公開メソッドを提供しています。 | ||
* アプリケーションそのものと AssetBundle のビルドを提供します。 | ||
@@ -14,3 +15,3 @@ # Why? | ||
```shell | ||
$ npm install @umm/simple_build | ||
$ npm install -D @umm/simple_build | ||
``` | ||
@@ -23,6 +24,9 @@ | ||
/Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -projectPath /path/to/unity -executeMethod SimpleBuild.BuildPlayer.Run_Android | ||
/Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -projectPath /path/to/unity -executeMethod SimpleBuild.BuildAssetBundle.Run_iOS | ||
/Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -projectPath /path/to/unity -executeMethod SimpleBuild.BuildAssetBundle.Run_Android | ||
``` | ||
* Jenkins などから、 `SimpleBuild.BuildPlayer.Run_XXX` でプラットフォーム別にビルドを呼び出します。 | ||
* プロジェクトのメニューの `Project` > `Build Player` を実行すると、現在エディタが向いているプラットフォームでのビルドを実行します。 | ||
* プロジェクトのメニューの `Project` > `Build Player` を実行すると、現在エディタが向いているプラットフォーム向けのプレイヤービルドを実行します。 | ||
* プロジェクトのメニューの `Project` > `Build AssetBundle` を実行すると、現在エディタが向いているプラットフォーム向けの AssetBundle ビルドを実行します。 | ||
@@ -29,0 +33,0 @@ # License |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
15187
1
0
36