Smart Scene Object Management Tool for Unity Developers to easily keep track of Game Objects Scenes.The BRAIN Scene Project Manager is a powerful Unity Editor tool designed to help developers organize, explore, and document their Unity projects. The tool categorizes game objects by type, provides detailed component information, and allows users to generate dynamic HTML reports based on the active scene.Quickstart3.1 OptionsUpon opening the Project Manager Window from the Tools > Brain Scene ProjectManager menu, you can adjust the tool’s settings by clicking the Settings Icon onthe top right.Key options include:Auto Scan: Automatically scan the active scene at a specified interval.Scan Interval: Set the interval (in seconds) for the auto-scan.Auto-Generate Notes: Automatically create notes for new game objects.3.2 Scanning ScenesTo scan the active scene:1. Open the Project Manager Window from the Tools menu.2. Click the Scan Active Scene button.3. The tool will list all game objects categorized by type.4. Use the Search Bar to filter results by name or component type.Categories:Static ObjectsDynamic ObjectsUI ElementsCamerasLightsTriggers and CollidersParticles and EffectsInteractable Objects3.3 Generating ReportsSteps to Generate a Report:1. After scanning the scene, click the Generate Project Report button.2. The report will be saved in the following location: Assets/BRAIN Scene ProjectManager/Reports/ProjectReport.html3. Users will be prompted to open the report upon successful generation.Report Features:Project title, scene name, and date.Expand/Collapse All buttons for quick navigation.Accordion-style game object listings with Show More/Less functionality.3.4 Workflow TipsUse the Search Function: Filter the scene objects based on your requirementsto ensure the report only includes relevant data.Enable Auto-Scan: This helps keep the object data updated without manualintervention.Utilize Notes: Add custom notes to each game object to keep track ofimportant details.Key Features:Scene scanning with categorized game objects.Search and filter functionality.User notes for game objects.Detailed, interactive HTML reports with an expandable/collapsible structure.Upon opening the Project Manager Window from the Tools > Brain Scene ProjectManager menu, you can adjust the tool’s settings by clicking the Settings Icon onthe top right.Key options include:Auto Scan: Automatically scan the active scene at a specified interval.Scan Interval: Set the interval (in seconds) for the auto-scan.Auto-Generate Notes: Automatically create notes for new game objects.I used Chat GPT for debugging and user manual edits.