ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 363 forks source link

Consider adding back support for generating object graph diagrams #95

Open svermeulen opened 8 years ago

svermeulen commented 8 years ago

In recent versions this feature was dropped since I didn't want to have to maintain it anymore. But we should consider resurrecting it for future versions

Jamjardavies commented 7 years ago

Maybe look at the Unity Graph editor to populate these?

https://bitbucket.org/Unity-Technologies/playablegraphvisualizer

NullEntity commented 7 years ago

I used Stateless for a state machine and that output graphs as dot format to use with GraphViz. That solution could also be used here.