Gami UI Editor — Free Unity UI Prefab Generator & Image Optimizer
Gami UI Editor is a free, browser-based tool that automates the Unity UI workflow. Batch convert 9-slice sprite images into ready-to-import Unity prefab ZIPs, parse PSD files into auto-cropped 9-sliced prefabs, and optimize PNG and JPEG images to WebP — all entirely in your browser. No uploads, no sign-in, no server processing.
Unity UI workflow automation
Drop sprite images and Gami UI Editor auto-detects 9-slice borders by scanning pixel edges, builds a Unity-ready layout.json, and packages everything into a ZIP that the GamiPrefabImporter Editor utility imports as fully-configured prefabs with correct pixels-per-unit and optional Button components attached.
Batch image optimization
Beyond Unity prefab generation, Gami UI Editor functions as a fast batch image optimizer. Convert PNG and JPEG to WebP using Google's libwebp compiled to WebAssembly, processing up to 30 files in parallel via Web Workers. Smaller images mean faster Largest Contentful Paint (LCP) — a direct Core Web Vitals ranking signal.
Privacy by architecture
All image processing runs locally inside the browser's sandboxed memory. No upload API exists in the data pipeline. This is verifiable by inspecting Network DevTools — zero outbound image requests during any conversion or batch operation. GDPR and PDPA compliant by design. Works fully offline after first load via Service Worker v6 and PWA installation.
Key features
- Batch 9-slice to Unity prefab generator — drop sprites, export ready-to-import ZIP
- PSD → Unity prefab pipeline — auto-crops layers, detects borders, builds layout.json
- Nav bar / button generator — design Unity navigation prefabs in the browser
- Client-side WebP conversion using libwebp via WebAssembly
- Batch processing of up to 30 images in parallel via Web Workers
- PNG to WebP with alpha transparency preserved
- JPEG to WebP with quality presets (High 92%, Balanced 80%, Smallest 60%)
- Bulk image resizing with aspect-ratio lock
- In-browser ZIP batch download — assembled without server involvement
- Smart Auto Fix: brightness, contrast, saturation correction
- Offline support via Service Worker v6 and PWA installation
- Free, no account required for image optimization