dm-unity
v0.0.9
Published
A command-line tool for Unity based games
Downloads
23
Readme
UNITY 3D CLI
The dm-unity command line interface (CLI) is your go-to tool for manage assets on Unity based games.
CLI versions:
master
(beta):npm install -g dm-unity
(recommended)
Usage
$ dm-unity <task> -p, --project <project>
$ dm-unity switch -p en
$ dm-unity switch -p ml
Usage
You need to have a "projects" folder with all the specific files for each game version within your project root.
Example
UnityProjectRoot
|-- projects
|-- projects.builder.json
|-- en
| |-- ProjectSettingsSrc
| | |-- EditorBuildSettings.asset
| | |-- ProjectSettings.asset
| |-- Assets
| | |-- App -> Images.png ...
| | |-- Art -> Images.png ...
| ...
|-- ml
|-- ProjectSettingsSrc
| |-- EditorBuildSettings.asset
| |-- ProjectSettings.asset
|-- Assets
| |-- App -> Images.png ...
| |-- Art -> Images.png ...
...
If you find issues, please let us know:
- See Issues Tracker