0.4.0 • Published 4 years ago
com.railek.unibase v0.4.0
⚙️ Unibase
Lightweight library of commonly used tools, scripts and core components for Unity projects
Install from NPM
- Navigate to the
Packages
directory of your project. - Adjust the project manifest file
manifest.json
in a text editor. - Ensure
https://registry.npmjs.org/
is part ofscopedRegistries
.- Ensure
com.railek
is part ofscopes
. - Add
com.railek.unibase
to thedependencies
, stating the latest version.
- Ensure
Please note that the version X.Y.Z
as stated below is to be replaced with the latest version.
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.railek"
]
}
],
"dependencies": {
"com.railek.unibase": "X.Y.Z",
...
}
}
License
This project is licensed under the MIT license, Copyright (c) 2020 Railek. For more information see LICENSE.