Taconotsandwich Unity Agentic Tools
taconotsandwich-unity-agentic-tools is a Claude Code plugin for the Build phase that exposes a Rust-backed CLI so agents can parse and edit Unity scenes, prefabs, and settings with minimal tokens.
Let coding agents read and edit Unity scenes, prefabs, and project settings through a token-efficient CLI backed by a native Rust parser.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install taconotsandwich-unity-agentic-tools@taconotsandwich/unity-agentic-toolsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:taconotsandwich/unity-agentic-tools") and the paste-ready config with skillselion.get_install_config("plugin:taconotsandwich/unity-agentic-tools").
What it does
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. Solo 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.
Highlights
- 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
Why builders use it
Coding agents cannot practically edit Unity projects when every scene or prefab read dumps thousands of opaque lines into the context window.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 12 stars, 0 votes.
FAQ
Who is taconotsandwich-unity-agentic-tools for?
It is for Unity creators and solo builders 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.
Comments
Share how you use taconotsandwich-unity-agentic-tools, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.