Unity-AssetDependencyGraph icon indicating copy to clipboard operation
Unity-AssetDependencyGraph copied to clipboard

An Asset Dependency Graph for Unity

Results 9 Unity-AssetDependencyGraph issues
Sort by recently updated
recently updated
newest added

``` 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,...

bug

Hello! I failed to use your package with Unity 2020.2 so I fixed the error line.

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 ![image](https://user-images.githubusercontent.com/2693840/89401107-16801800-d715-11ea-98b6-ffc6ad5cf1e3.png)

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...

enhancement