AI Image Studio
AI image generation and editing tools for Unity. Create, edit, upscale, remove backgrounds, and apply a consistent style without leaving the Editor.
by Glitch9 Inc.
Price History +
Website • Documentation • Discord
AI Image Studio is an add-on package for AIDevKit that lets you generate, edit, clean up, and reuse image assets directly inside the Unity Editor.
It adds a dedicated AI image generation and editing window, plus shortcuts for selected images and objects, so you can handle common image production tasks without switching between external tools and Unity import workflows.
You can use it for:
- character concepts
- item icons
- UI graphics
- background art
- sprites
- transparent cutout assets
- prototype textures
- marketing images
- placeholder art
**Built on the free AIDevKit base package.**
---------------------------------------------------------------------------------
Key Features
1. Generate Images
- Text-to-Image
- Image-to-Image
- Sketch-guided generation
- Structure-guided generation
- Style-guided generation
2. Edit Images
- paint a mask and regenerate only that area
- erase unwanted objects
- expand the canvas with outpainting
- replace objects by describing what to find
- recolor objects by describing what to recolor
3. Clean Up Assets
- upscale small images
- remove backgrounds
- create transparent PNG-style cutouts
- apply your project style to selected textures
---------------------------------------------------------------------------------
Unity Editor Workflow
- open images with dedicated editor window with AI tools
- use quick actions on selected textures in the Project window
- batch process supported texture assets in the Project window
Scene View actions are available when selecting objects with:
- SpriteRenderer
- UI.Image
- UI.RawImage
Available Scene View actions:
- Generate
- Edit
- Upscale
- Apply Style
- Remove Background
*You can enable or hide these overlay buttons in Unity Project Settings.*
---------------------------------------------------------------------------------
Unified API for Automation
- `ImageOutpaintRequest` / `GENOutpaint`
- `UpscaleRequest` / `GENUpscale`
- `BackgroundRemovalRequest` / `GENBackgroundRemoval`
- `SearchAndRecolorRequest` / `GENSearchAndRecolor`
- `SearchAndReplaceRequest` / `GENSearchAndReplace`
- `EraseObjectRequest` / `GENErase`
- `ImageSketchRequest` / `GENSketch`
- `ImageStructureRequest` / `GENStructure`
- `StyleGuideRequest` / `GENStyleGuide`
- `StyleTransferRequest` / `GENStyleTransfer`
- Replace Background and Relight — `ReplaceBackgroundAndRelightRequest`
Example pattern:
.SetModel(...).ExecuteAsync()
Supported Providers
AI Image Studio works with image providers available through AIDevKit.
It also adds dedicated editor support for:
- Stability AI
- Replicate
>> See all supported providers
Supported Platforms
- Windows, macOS, Linux
- iOS, Android
- Consoles
- WebGL (integrated but unstable – testers welcome)
This package does not train, validate, or develop AI/ML models. It does not use Unity Offerings, Unity Asset Store content, or Unity-generated outputs for AI/ML training. Any AI requests are initiated by the user and sent only to user-configured providers or local endpoints.
This asset uses UniTask under MIT License. See the Third-Party Notices.txt file in the package for license details.