A GitHub action that generates UML diagrams for Unity C# code automatically.
Can be found here.
CODE_PATH: location of C# code to generate diagrams fromUML_OUTPUT_PATH: a folder to put the UML diagrams toUMP_GENERATION_PARAMETERS: parameters of the UML generator (refer to the documentation)
- PlantUmlClassDiagramGenerator - a .NET cli tool to generate 
.pumlfiles from C# code. - PlantUML GitHub action - a GitHub action to generate images from 
.pumlfiles. - Add & Commit - a GitHub action to commit changes from workflows.