#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

KR0N0US

Please Note

This entry is from Monday May 19, 2025. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

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
X