0.1.0 • Published 5 years ago
com.railek.unilocalize v0.1.0
🈯 Unilocalize
Localization tool for Unity that translates exclusively using a CSV file.
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.unilocalize
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.unilocalize": "X.Y.Z",
...
}
}
License
This project is licensed under the MIT license, Copyright (c) 2020 Railek. For more information see LICENSE.
0.1.0
5 years ago