0.0.9 • Published 5 years ago

dm-unity v0.0.9

Weekly downloads
9
License
MIT
Repository
-
Last release
5 years ago

npm downloads install size Known Vulnerabilities

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:

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago