Unity · UI
How to Design Game UI for Unity with AI
UI is where AI most obviously drifts. Style Lock plus a component list solves both problems.
Preset prompt
Game HUD kit, matched theme (fantasy / sci-fi / neon), health bar, minimap frame, buttons (default, hover, pressed), 9-slice friendly, transparent background.Try it in DesiStudio →Step-by-step
- 1
Pick a UI theme
Fantasy, sci-fi and neon are the tuned presets. Custom themes work too — feed a reference.
- 2
Generate the kit
DesiStudio produces every button state + 9-slice margins on one atlas.
- 3
Slice in Unity
Use Sprite Editor → Border to set 9-slice margins so buttons scale cleanly.
- 4
Wire UGUI
Drag each sprite into Image components. Keep the atlas on one Sprite Atlas asset.