QuartzLab
Small Unity Editor tools for work that should stay simple.
QuartzLab is an independent one-developer project focused on compact editor-only plugins. The goal is to cut repeated manual work, keep file changes predictable, and avoid turning a small tool into a framework.
What QuartzLab does
QuartzLab builds focused Unity Editor tools for importing, replacing, reviewing, and cleaning up assets without adding runtime systems or hidden pipelines. Plugins stay narrow on purpose: one tool, one clear job, minimum setup.
How the plugins are built
Unity LTS is the main target. The preferred approach is editor-only architecture, bilingual documentation, open repositories, and backwards compatibility where it stays maintainable. The tool should be simple and intuitive, with no need for training to use it.