Publisher | Two Units |
---|---|
File size | 496.66kB |
Number of files | 18 |
Latest version | 1 |
Latest release date | 2024-05-21 07:40:41 |
First release date | 2024-05-09 04:09:15 |
Supported Unity versions | 2018.4.2 or higher |
Features
Easy Dependency Diagrams allows you to create multiple kinds of diagrams of your C# project to examine the inner structures and dependencies. All of the following display modes are available in the tool:
- Tree view. With Tree view, you can explore the structure of C# files like you would with folders in a regular file explorer.
- Dependency view. This view displays all the classes (or namespaces) in the project in a nice formation, drawing lines between classes dependent on each other. It allows you to easily see the dependencies of specific classes.
- Class diagram. Following UML notation, a class diagram displays different relationship types between classes. To keep the diagram's contents relevant, you can customize how far you want to see each type of relationship.
- Composite structure diagram. Following UML notation, a composite structure diagram shows the parts of which a class consists.
- Package diagram. Following UML notation, a package diagram displays the dependencies between packages (or namespaces in C#).
- Component diagram. Following UML notation, a component diagram shows the dependencies between components (files) that the projects consist of.
Completely offline
This tool does not require any runtime information, allowing you to generate any diagrams entirely offline. Coupled with not having big-picture meta information, some relationship types and values are educated guesses based on the available data.
SVG Export
From the top navigation menu, you can export the currently visible diagram in .svg vector format, which allows you to easily modify and share it further!