0.2.0 • Published 5 years ago
com.railek.unigui v0.2.0
⚙️ Unigui
UI animation system for navigation & animation of UGUI.
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.unigui
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.unigui": "X.Y.Z",
...
}
}
License
This project is licensed under the MIT license, Copyright (c) 2020 Railek. For more information see LICENSE.