com.jonathan-defraiteur.unity.singleton
v0.2.0
Published
A compilation of generic singleton scripts
Downloads
5
Maintainers
Readme
To Install
Via scoped registries
Setup your scoped registry,
then add com.jonathan-defraiteur.unity.singleton
to your dependencies:
# ./Packages/manifest.json
{
"dependencies": {
"com.jonathan-defraiteur.unity.singleton": "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.singleton": "https://gitlab.com/jonathan-defraiteur/unity/singleton.git",
...
}
}