Overview

Visualize dependencies defined in .asmdef files in a Unity project. Useful for locating cycles and finding missing dependencies. This is a pretty simple python script, might recieve updates if I need to use it more.

This script uses command line arguments to run properly, example script call:
python dependencyvisualizer.py ~\UnityProject --ns_whitelist Core,Bootstrapper,Networking