Skip to main content

SpriteSheetAi

6 tools in this family (folder Editor/Tools/SpriteSheetAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
spritesheet_create_animation_from_sliceswritesEmit an AnimationClip that cycles through sprite sub-assets of a sliced texture. The clip
spritesheet_detect_boundsread-onlyAuto-detect every non-transparent sprite island in a Texture2D via alpha-trim flood fill.
spritesheet_full_pipelinewritesOne-shot: detect alpha bounds, slice the texture, and emit a sprite-frame AnimationClip.
spritesheet_propose_slicing_with_llmread-onlyBuild a structured prompt + bounds payload for an LLM to propose grid parameters
spritesheet_slice_by_detected_boundswritesSlice a Texture2D using arbitrary rects (typically from spritesheet_detect_bounds).
spritesheet_slice_by_gridwritesSlice a Texture2D into rows × columns of equally-sized sprites. Sets the importer to