Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.12 KB

Unity Generate UML

Generate UML

A GitHub action that generates UML diagrams for Unity C# code automatically.

Workflow file

Can be found here.

Parameters

  • CODE_PATH: location of C# code to generate diagrams from
  • UML_OUTPUT_PATH: a folder to put the UML diagrams to
  • UMP_GENERATION_PARAMETERS: parameters of the UML generator (refer to the documentation)

Example of output

Example Output

References