/asmdef2uml

Generate a dependency graph tool for Unity Assembly Definition

Primary LanguageC#MIT LicenseMIT

Generate a dependency graph for Unity Assembly Definition

Supported format

Requirements

  • .net Framework 4.0 or later
  • PlantUML
    • Graphviz
    • Java Runtime

Usage

Asmdef2Uml <scan directory> [exclude assembly name (Regex)]>out.txt

*Currently output a PlantUml code to only stdout.

e.g.

1: Convert to PlantUML code format.

Asmdef2Uml C:\Hoge\Foo\Bar>out.txt

PlantUml code will be generated to "out.txt".

2: Use PlantUML to Convert to graphics file format.

You can exclude files if you want

e.g.

Asmdef2Uml C:\Hoge\Foo\Bar .*Test.*

.*Test.* is written by Regex