Script Dependency Viewer

KR0N0US

(0)
$13
Publisher KR0N0US
File size 87.80kB
Number of files 50
Latest version 1
Latest release date 2025-05-19 02:29:14
First release date 2025-05-19 02:29:14
Supported Unity versions 2018.4.2 or higher

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

Top Publisher Assets