
Taconotsandwich Unity Agentic Tools
- 19 repo stars
- Updated June 21, 2026
- taconotsandwich/unity-agentic-tools
taconotsandwich-unity-agentic-tools is a Claude Code plugin that exposes a Rust-backed CLI so agents can parse and edit Unity scenes, prefabs, and settings with minimal tokens.
About
taconotsandwich-unity-agentic-tools is a Claude Code plugin pairing agent skills with a CLI that reads and edits Unity scenes, prefabs, and assets while keeping context small. game developers and technical artists use it when LLM agents must understand hierarchies, components, and project configuration but full file dumps blow the context window. A native Rust backend parses large Unity serialized files quickly and returns structured views agents can reason over, then apply targeted edits. The bundle includes two plugins focused on Unity agentic workflows—parsing, inspection, and configuration—rather than generic code generation. Place it in build agent-tooling when you are actively iterating on a Unity project with Claude Code. It matters because Unity projects are asset-heavy; without token-aware tooling, agents either hallucinate structure or burn budget on opaque YAML. This plugin makes Unity a first-class target for agent-assisted development.
- CLI (unity-agentic-tools) for scenes, prefabs, hierarchies, and project settings without opening the full Editor for eve
- Native Rust napi-rs parser aimed at large YAML/asset files with far lower token use than dumping raw Unity files (keywor
- Inspect and edit components, EditorBuildSettings, PlayerSettings, and build profiles as structured output
- Supports agentic analyze/build/check workflows on Unity content from Claude Code or similar agents
Taconotsandwich Unity Agentic Tools by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install taconotsandwich-unity-agentic-tools@taconotsandwich/unity-agentic-toolsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 19 |
|---|---|
| Last updated | June 21, 2026 |
| Repository | taconotsandwich/unity-agentic-tools ↗ |
What it does
Let coding agents read and edit Unity scenes, prefabs, and project settings through a token-efficient CLI backed by a native Rust parser.
Who is it for?
Best when you use Claude Code and need reliable scene/prefab inspection and surgical edits from the terminal.
Skip if: Non-Unity stacks or teams that want only in-Editor GUI workflows with no agent CLI.
What you get
After install, agents call structured CLI commands to inspect hierarchies and apply edits to Unity assets using a fast native parser instead of raw file spam.
- Token-efficient structured reads of Unity scenes, prefabs, and settings
- Agent-guided edits to components and project configuration via CLI
- Two plugins documenting Unity-specific agent workflows
By the numbers
- Plugin bundle count: 2
- Backend: native Rust via napi-rs for large-file parsing
- Repository: taconotsandwich/unity-agentic-tools
Recommended Plugins
How it compares
Unity-specific agent CLI with native parser, not a general game engine MCP or web frontend skill.
FAQ
Who is Taconotsandwich Unity Agentic Tools for?
It is for Unity creators and developers who use coding agents and need structured access to scenes, prefabs, and project settings without massive token usage.
When should I use Taconotsandwich Unity Agentic Tools?
Use it during active Unity development whenever an agent must analyze hierarchies, adjust components, or review PlayerSettings and build targets programmatically.
How do I add Taconotsandwich Unity Agentic Tools to my agent?
Install the taconotsandwich/unity-agentic-tools Claude Code plugin, build or install the unity-agentic-tools CLI with its native Rust backend on your machine, and point skills at your Unity project root.