New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@umm/simple_build

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umm/simple_build - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc