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.
API Reference | Forum | Wiki
Packages
directory of your project.manifest.json
in a text editor.https://registry.npmjs.org/
is part of scopedRegistries
.
com.stansassets
is part of scopes
.com.stansassets.facebook
to the dependencies
, stating the latest version.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 .
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.stansassets"
]
}
],
"dependencies": {
"com.stansassets.build": "X.Y.Z",
...
}
}
npm install -g openupm-cli
or yarn global add openupm-cli
cd <YOUR_UNITY_PROJECT_FOLDER>
openupm add com.stansassets.facebook