Skip to content

Making everything package-manager-compatible #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions AssetDependencyGraph.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions AssetDependencyGraph/AssetDependencyGraph-Editor.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "AssetDependencyGraph-Editor",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}
7 changes: 7 additions & 0 deletions AssetDependencyGraph/AssetDependencyGraph-Editor.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions AssetDependencyGraph/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Unity - Asset Dependency Graph

This project provides a basic Asset Dependency Graph for Unity using the new [GraphView](https://docs.unity3d.com/2019.2/Documentation/ScriptReference/Experimental.GraphView.GraphView.html) api.
This project provides a basic Asset Dependency Graph for Unity using the new [GraphView](https://docs.unity3d.com/2019.2/Documentation/ScriptReference/Experimental.GraphView.GraphView.html) API.

![](Images/Example.png?raw=true)
![](Images~/Example.png?raw=true)

## Install instructions
Simply copy the [AssetDependencyGraph](Assets/Editor/AssetDependencyGraph.cs) C# script into your existing project
Clone and Add this GitHub repository as a local package using Package Manager.

## Usage

The Asset Dependency Graph Window can be opened via the `Window > Analysis >Asset Dependency Graph` file menu

![](Images/Usage.png?raw=true)
![](Images~/Usage.png?raw=true)

Once the window is open:
1. Select the root asset you want to inspect in the Project window
Expand All @@ -20,4 +20,4 @@ Once the window is open:
Any questions? Ask [@peanutbuffer](https://twitter.com/PeanutBuffer)

## Tested against
2019.2, 2019.1, 2018.4, 2018.3
2019.2, 2019.1, 2018.4, 2018.3
7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "com.unityharry.assetdependencygraph",
"displayName": "Asset Dependency Graph",
"version": "1.0.0",
"unity": "2018.3",
"description": "Asset dependency graph visualizer."
}
7 changes: 7 additions & 0 deletions package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.