unity-batch

Installation
SKILL.md

Unity Batch Skills

Batch workflow orchestration for query, preview, execution, reports, and async jobs.

Guardrails

Mode: Full-Auto required

DO NOT (common hallucinations):

  • Always call a batch_preview_* skill first — batch_execute requires a confirmToken from a preview, it cannot be called directly
  • batch_run does not exist → use batch_execute(confirmToken)
  • job_poll / job_result do not exist → use job_status to check and retrieve async job results
  • batch_delete / batch_move do not exist → use asset module for asset-level operations

Routing:

  • For asset-level bulk operations (move, copy, delete) → asset module
  • For workflow session/task undo tracking → workflow module
  • For scene object validation → batch_validate_scene_objects (this module)
  • For async job polling → job_status / job_wait (this module)
Related skills

More from besty0728/unity-skills

Installs
9
GitHub Stars
987
First Seen
Apr 18, 2026