An open API service indexing awesome lists of open source software.

https://github.com/mmike17/unity_workflow

Workflow is a Unity editor tool to help organize your project in an "agile" way.
https://github.com/mmike17/unity_workflow

gamedev gamedev-tool unity

Last synced: 9 months ago
JSON representation

Workflow is a Unity editor tool to help organize your project in an "agile" way.

Awesome Lists containing this project

README

          

# Workflow

_This tool is a Unity editor tool._

Workflow is a tool to magae folders and divide development between features and a test environment.

## Usage

In the Unity Editor, in the top menu bar, under the "Tools" tab you'll find the "Workflow" option with 3 sub-options.

![](.Screenshots/Menu.png)

- **Generate folder structure** : This will generate default folders for the most common asset types.\
![](.Screenshots/Folders.png)
- **New feature environment** : This will generate a test folder for the provided feature name.
- **Migration window** : This will migrate the selected feature in the general folders.\
![](.Screenshots/Migration.png)