Skip to content
View AlexeyPerov's full-sized avatar

Block or report AlexeyPerov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlexeyPerov/README.md

UnitySvelteFlutterDeveloper ToolsAI Tools

GitHub LinkedIn Website

Developer tools, AI, and Unity Editor tooling

Unity Tools

Tools that help keep Unity projects healthy — finding unused assets, missing references, texture issues, and Addressables problems.

Unity-Dependencies-Hunter · ⭐ 714
Finds unreferenced assets by scanning all files in your Unity project.
Unity-MissingReferences-Hunter · ⭐ 98
Detects missing references by scanning asset GUIDs across the project.
Unity-Textures-Hunter · ⭐ 83
Summary of all textures and atlases in a Unity project.
Unity-Scanner · ⭐ 3
Unified Editor & MCP tool for project health analysis across dependencies, materials, textures, addressables, and more.
Unity-Addressables-BuildLayout-Inspector · ⭐ 1
Analyze Addressables build layouts — bundles, groups, assets, duplicates, and cross-build comparisons.
Unity-Materials-Hunter · ⭐ 2
Summary of all materials and renderers in a Unity project.
Unity-Asset-Inspector
Inspect asset references, serialized dependencies, and optional Addressables/bundle context.
Unity-Lite-Editor-Coroutines · ⭐ 1
Lightweight alternative to Unity Editor Coroutines.

Image Processing Tools

Desktop utilities for texture workflows and compression prep

SimilarTexturesFinder
Desktop app for finding duplicate and near-duplicate texture images.
crunch_textures · ⭐ 11
Check and resize textures for Crunch compression (width/height multiple of 4).

Other Tools

Cross-platform apps, logging, Flutter libraries, and more

LogKeeper-Flutter-Firebase · ⭐ 5
Cross-platform log snapshot sharing (Flutter/Dart, Bloc, Firebase Firestore).
proviso · ⭐ 3
Flutter toolkit for conditional rendering, subtree wrapping, and handy dev shortcuts.

Under Development


SpecOps
Desktop workspace for specs, notes, and project files. Built with Tauri and SvelteKit. AI support is currently under development.
Vibe Tracker
Self-hosted task management system (Fastify API, Svelte 5 SPA, Tauri launcher). Repo is private until MVP release.

Pinned Loading

  1. Unity-Dependencies-Hunter Unity-Dependencies-Hunter Public

    This tool finds unreferenced assets by scanning all files in your Unity project.

    C# 715 79

  2. Unity-MissingReferences-Hunter Unity-MissingReferences-Hunter Public

    Finds all missing references in your project. Reads contents of assets to detect whether GUIDs they contain exist within the project.

    C# 98 21

  3. Unity-Textures-Hunter Unity-Textures-Hunter Public

    Provides summary of all textures and atlases in Unity project

    C# 83 6

  4. crunch_textures crunch_textures Public

    Check and resize textures to work with Crunch compression (multiple of 4 width and height requirement)

    Dart 11 1

  5. Similar-Textures-Finder Similar-Textures-Finder Public

    Desktop app for finding duplicate and near-duplicate texture images

    Rust

  6. SpecOps SpecOps Public

    Desktop workspace for writing specs, notes, and project files. Built with Tauri and SvelteKit.

    TypeScript