Plugin · Claude Code · Development Tools

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.

by taconotsandwich · github.com/taconotsandwich/unity-agentic-tools

Let coding agents read and edit Unity scenes, prefabs, and project settings through a token-efficient CLI backed by a native Rust parser.

12
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install taconotsandwich-unity-agentic-tools@taconotsandwich/unity-agentic-tools
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built 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").

About

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.

Discussion

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.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.