Skip to content

Repository files navigation

Script Insights

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.

Unity Download Link License MIT License MIT

Features

  • 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

Before



After



📦 Install

  1. Copy the git URL: https://github.com/thisaislan/script-insights.git

  2. In Unity Editor, click Window > Package Manager

  3. Click the + button and select Add package from git URL...

  4. Paste the URL and click Add


🤝 Support

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.


💖 Thanks

My friends and family, and you for having come here!


📄 License

Copyright (c) 2024-present Aislan Tavares (@thisaislan) and Contributors. This is free and open-source software licensed under the MIT License.









Enjoy! ♥️


About

A custom MonoScript inspector that reveals detailed type information, assembly metadata, field values, method signatures, and full script preview. Includes script management actions such as rename, delete, find references, and ScriptableObject asset creation.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages