I'm a newbie and learning unity engine. I want to make a class diagram in unity to control my script efficiently. when I create a C# script look up the class diagram but I don't see that. my question is how do you create a class diagram in unity?
\$\begingroup\$
\$\endgroup\$
2
-
\$\begingroup\$ Do you mean something like a UML diagram? If so you can try github.com/pierre3/PlantUmlClassDiagramGenerator or my docker wrapper github.com/minism/plantuml-csharp-docker \$\endgroup\$Josh Bothun– Josh Bothun2022-05-13 03:41:02 +00:00Commented May 13, 2022 at 3:41
-
\$\begingroup\$ "I want to make a class diagram [...] to control my script efficiently" a class diagram is just a way of representing classes visually for analysis purposes. Are you interested in visual programming in Unity? \$\endgroup\$Charly– Charly2022-05-13 03:57:27 +00:00Commented May 13, 2022 at 3:57
Add a comment
|