1. Gotool Center is a toolchain extension for Godot Engine that aims to provide additional functionality for development workflow. Gotool provides the following:
- Project scanning into an sqlite3 database to ensure the extension maintains high level performance.
- Project analysis to identify where problems may arise, where best practices are not followed, where dependancies are non-functional, and more.
- JSON tooling to assist in schema changes, automatic conversion to SQL/SQLite3/ConfigFile from JSON, migration, and more.
- Export Automation to common platforms to remove pain points during the process.
- Asset Management to identify unused, misplaced, oversized, duplicated or suspicious assets.
- Diagnostic tooling for identifying broken references, missing files, invalid paths, inconsistencies in scripts, missing imports, and more.
- GitHub Integration to allow you to work from a repository directly from GoTool Center.