StansAssets / com.stansassets.build

Unity build system automation & additional API
5 stars 1 forks source link
api automation configurations unity

Build System

Build system package is a free open source product that contains Unity Build related API to help you with build configuration & automation as well as providing an ability to get build metadata at runtime.

NPM Package openupm Licence Issues

Quick links to explore the library:

API Reference | Forum | Wiki

Install from NPM

A minimal example ends up looking like this. Please note that the version X.Y.Z stated here is to be replaced with the latest released version which is currently NPM Package.

  {
    "scopedRegistries": [
      {
        "name": "npmjs",
        "url": "https://registry.npmjs.org/",
        "scopes": [
          "com.stansassets"
        ]
      }
    ],
    "dependencies": {
      "com.stansassets.build": "X.Y.Z",
      ...
    }
  }

Install from OpenUPM