Installation
Table of contents
1. Purchase & Download
The Usage of Unity Scene Dependency Graph requires a license from the Unity Asset Store.
- Visit the Unity Asset Store Page.
- Purchase and Add the asset to your library.
- Open your Unity Project.
2. Import into Unity
- In Unity, verify you are using a supported version (2021.3 LTS or higher).
- Go to Window > Package Manager.
- Select Packages: My Assets from the top-left dropdown.
- Search for “Scene Dependency Graph”.
- Click Download (if not already downloaded).
- Click Import.
- In the Import window, ensure all files are checked and click Import again.
3. Launching the Tool
Once the import is complete, the tool will automatically compile. You can access it via the menu:
- Tools > Dependency Graph Analyzer > Open Graph Window

Troubleshooting Import
If you see any errors after importing:
- Namespace Conflicts: Ensure you don’t have another folder named
DependencyAnalyzerin your project. - Version Mismatch: If using Unity 6000+, ensure you have the latest update from the Asset Store.
[!NOTE] This tool does not have any external DLL dependencies. It uses pure C# and Unity’s UIElements API.