- Current Version: 1.0: 2025-05-19T12:29:14Z
- First Published: 2025-05-19T12:29:14Z
- Size: 89904
- Supported Unity Versions: 2021.3.14
tools gui
Add to cart
Script Dependency Viewer
No rating !(0 Vote)
$13.80
$13.80
Script Viewer is a custom Unity Editor tool that provides a visual, interactive map of all C# scripts within your project’s Assets folder. Designed for developers who want better visibility and control over their codebase, it offers a drag-and-zoom workspace where each script is represented as a movable, clickable node (box) displaying the script's name and namespace.
With support for live editing, coloring, and navigation, Script Viewer improves project maintainability and understanding—especially in large or modular Unity projects.
Dependencies:
1. Unity Editor APIs
- UnityEditor.EditorWindow, EditorGUILayout, EditorGUIUtility
- AssetDatabase, MonoScript
- Selection, EditorGUI.DrawRect, Handles
- EditorGUIUtility.PingObject or AssetDatabase.OpenAsset
2. .NET Core / C#
- System.IO – for path operations
- System.Collections.Generic – data structures (e.g., List<>, Tuple<>)
- Optional: System.Linq for clean script filtering
Add to cart