Unity-AssetDependencyGraph
                                
                                 Unity-AssetDependencyGraph copied to clipboard
                                
                                    Unity-AssetDependencyGraph copied to clipboard
                            
                            
                            
                        An Asset Dependency Graph for Unity
``` NullReferenceException: Object reference not set to an instance of an object AssetDependencyGraph.CreateNode (UnityEngine.Object obj, System.String assetPath, System.Boolean isMainNode, System.Boolean hasDependencies) (at Assets/Shared/Utils/Editor/AssetDependencyGraph.cs:185) AssetDependencyGraph.CreateDependencyNodes (System.String[] dependencies, UnityEditor.Experimental.UIElements.GraphView.Node parentNode, UnityEditor.Experimental.UIElements.GraphView.Group groupNode,...
Hello! I failed to use your package with Unity 2020.2 so I fixed the error line.
fix issues #13
Unity Version: 2020.2.0b10 Platfrom: Windows 10 ``` Library\PackageCache\com.harryrose.assetdependencygraph@abc0e6551d\AssetDependencyGraph\Editor\AssetDependencyGraph.cs(102,67): error CS0103: The name 'StringComparison' does not exist in the current context ``` Missing `using System;`?
Works much better for large graphs. https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/#code-samples 
Hi @Unity-Harry, please add a license file to claim the right to use the package.
Refs https://github.com/Unity-Harry/Unity-AssetDependencyGraph/issues/6
HI @Unity-Harry, Thanks for make the awesome UPM package. I'm the creator of [OpenUPM](https://openupm.com), a public UPM registry with automatic build pipelines that publish packages based on git tags. You...
Hi, this is more of a suggestion/feature request than an issue - not sure how to flag it as such (sorry!). I'm in the process of implementing addressables into our...