com.playdarium.unity.reflex-installer-generator
v2.1.6
Published
[![NPM package](https://img.shields.io/npm/v/com.playdarium.unity.reflex-installer-generator?logo=npm&logoColor=fff&label=NPM+package&color=limegreen)](https://www.npmjs.com/package/com.playdarium.unity.reflex-installer-generator) [![License: MIT](https:/
Downloads
27
Readme
ECS Installer Generator
Installing
Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your
manifest.json
file found at /ProjectName/Packages/manifest.json
to include it as a dependency. See the example below
on how to reference it.
Install via OpenUPM
The package is available on the npmjs registry.
Add registry scope
{
"dependencies": {
"reflex-installer-generator": "x.x.x"
},
"scopedRegistries": [
{
"name": "Playdarium",
"url": "https://registry.npmjs.org",
"scopes": [
"com.playdarium.unity"
]
}
]
}
Add package in PackageManager
Open Window -> Package Manager
choose Packages: My Regestries
and install package
Install via GIT URL
"com.playdarium.unity.reflex-installer-generator": "https://gitlab.com/pd-packages/reflex-installer-generator.git#upm"