
A powerful Editor tool to analyze and visualize script statistics in your project.Script Stats Tool provides detailed insights into your Unity project's codebase, helping developers optimize and maintain their scripts efficiently. With a tabbed interface, it offers a variety of features from basic line counting to advanced code quality analysis.- Overview: Displays total scripts, lines, empty lines, comments, and average lines per script.- Code Analysis: Counts classes, methods, variables, and namespaces.- Quality: Analyzes cyclomatic complexity, nesting depth, and maintainability index.- Visualization: Pie chart showing code distribution (comments vs. empty lines).- History: Tracks stats over time with historical data.- Performance: Estimates execution time and memory usage.- Settings: Customizable file type filters and ignore patterns.- Code Smells: Detects long methods and potential unused variables.- Custom Metrics: Allows user-defined metrics (basic TODO counter included).- Real-Time Updates: Optional automatic re-analysis every 5 seconds.- Export Options: CSV and styled HTML report generation.