dm-unity

0.0.9 • Public • Published

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:

Readme

Keywords

Package Sidebar

Install

npm i dm-unity

Weekly Downloads

8

Version

0.0.9

License

MIT

Unpacked Size

10.3 kB

Total Files

4

Last publish

Collaborators

  • bevangelisti