com.jonathan-defraiteur.unity.essential-package
v0.1.2
Published
Compilation of Jonathan's essential packages
Downloads
14
Maintainers
Readme
To Install
Via scoped registries
Setup your scoped registry,
then add com.jonathan-defraiteur.unity.essential-packages
to your dependencies:
# ./Packages/manifest.json
{
"dependencies": {
"com.jonathan-defraiteur.unity.essential-packages": "latest"
...
},
"scopedRegistries": [
{
"name": "NPM JS Registry",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.jonathan-defraiteur"
]
}
],
}
Via gitlab url
Add the following to your dependencies:
# ./Packages/manifest.json
{
"dependencies": {
"com.jonathan-defraiteur.unity.essential-packages": "https://gitlab.com/jonathan-defraiteur/unity/essential-packages.git",
...
}
}