
Display editor window sizes dynamically in their tabs when resized. Helpful for UI debugging and custom editor layouts.Tab Size Info is a lightweight and non-intrusive utility for Unity Editor that displays the current width and height of editor windows directly in their tab titles. The size updates automatically when you resize any docked or floating window.This tool is particularly useful for:UI/UX designers fine-tuning custom editor layouts.Developers working with tools, inspectors, or graph views.Anyone who wants visual feedback while adjusting editor window proportions.You can choose to keep the size visible permanently or let it disappear after a short delay (customizable via settings). The utility works automatically—just import it, and it’s ready to go!Includes:Custom editor window to configure the revert delay or to keep size info always visible.Zero-setup: works out of the box.Cleanly namespaced and editor-only. Safe to include in your project at any stage.🪟 Displays window size (width x height) in editor window tabs.🔄 Updates dynamically on resize.⚙️ Configurable delay before reverting to the original title.📌 Option to keep size info always visible.🧪 Helpful for testing custom editors, graph tools, UI layouts.✅ Works with docked and floating windows.💡 Clean codebase, editor-only, no runtime dependencies.AI was used to assist with the generation of code comments, and minor refactoring during development. No AI-generated assets or runtime logic are included. The final logic and structure were authored and validated by a developer.