A custom inspector for MonoScript assets in Unity. Replace the default script inspector with a rich panel that reveals detailed type information, assembly metadata, field values, method signatures, and a full script preview — all without leaving the Inspector window.
- Script Actions — rename, delete, find references (scene/project), and create ScriptableObject assets
- General Details — class name, namespace, base type, abstract/interface flags, execution order
- Assembly Details — assembly name, version, location, quick-select in Project view
- Properties & Fields — browse all fields with accessibility modifiers, type names, and static values
- Methods — browse all methods with signatures, parameters, and modifiers
- Full Script Preview — read-only view of the entire source file inside the Inspector
-
Copy the git URL:
https://github.com/thisaislan/script-insights.git -
In Unity Editor, click Window > Package Manager
-
Click the + button and select Add package from git URL...
-
Paste the URL and click Add
Please submit any queries, bugs or issues, to the Issues page on this repository. All feedback is appreciated as it not just helps myself find problems I didn't otherwise see, but also helps improve the project.
My friends and family, and you for having come here!
Copyright (c) 2024-present Aislan Tavares (@thisaislan) and Contributors. This is free and open-source software licensed under the MIT License.


