Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/dcc-mcp/dcc-mcp-unity/unity-projectnpx skills add dcc-mcp/dcc-mcp-unity --skill unity-projectgit clone --depth 1 https://github.com/dcc-mcp/dcc-mcp-unityWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dcc-mcp/dcc-mcp-unity/unity-project)<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-unity/unity-project"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-unity/unity-project.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00055 | $0.00549 |
| Opus 5 | $0.00028 | $0.00275 |
| Sonnet 5 | $0.00011 | $0.00110 |
| Haiku 4.5 | $0.00006 | $0.00055 |
Grade A, and why
unity-project scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Unity Project
Inspect before assuming the active project, scene, Unity version, or Play/compile state.
configure_sprite_importer imports one existing Assets/.../*.png as a single Sprite through
Unity's native TextureImporter; choose point or bilinear filtering and an explicit pixels-per-unit
value. Source writes require the operator-owned environment gate, an Assets/... allowlisted text
path, bounded UTF-8 content, and either expected_sha256: absent for creation or the digest returned
by read_text_asset for replacement.
Every long or domain-reloading mutation keeps its Core async job open until Unity reports a
terminal persistent state. Reuse the same UUID and wait on that job; use
unity_diagnostics__inspect_job for reconnect or audit recovery, and never replace an ambiguous
request with a new ID. Build uses only enabled scenes and writes a new request directory below
Builds/DccMcp.
build_android_player accepts only apk or aab. It uses the project's saved Player Settings,
never accepts signing secrets, requires custom project signing for AAB delivery, restores the
temporary app-bundle toggle, and returns the BuildReport outcome plus artifact size and SHA-256.
run_tests invokes the installed Unity Test Framework through an exact typed contract. Use
edit_mode or play_mode and optional exact fully-qualified test or fixture names; an empty list
runs the selected mode. Wait for the returned Core job and treat result.outcome, counts, report
SHA-256, and request-scoped NUnit XML as the test evidence. The tool never launches another Unity
process.
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- metadata/depends.md 34 B
- scripts/build_android_player.py 511 B runs code
- scripts/build_windows_player.py 436 B runs code
- scripts/configure_sprite_importer.py 592 B runs code
- scripts/inspect_project.py 316 B runs code
- scripts/read_text_asset.py 342 B runs code
- scripts/refresh_and_compile.py 434 B runs code
- scripts/refresh_assets.py 314 B runs code
- scripts/run_tests.py 570 B runs code
- scripts/set_play_mode.py 443 B runs code
- scripts/upsert_text_asset.py 1.1 KB runs code
- tools.yaml 16 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 46 lines · 55 tokens per session scan A a437a85b06e5
unity-project is a skill published in the GitHub repository dcc-mcp/dcc-mcp-unity (0 stars, last pushed 10d ago), licensed MIT. It adds 55 tokens to every session and 549 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
unreal-pie
Domain skill - Unreal Engine Play-In-Editor (PIE) closed-loop verification. Provides PIE lifecycle control (enter/pause/resume/exit), controlled input injection (no OS dependency), viewport screenshot capture, output log snapshot, performance sampling, and Automation Test execution with async job polling. Use for…
unreal-playtest-agent
Domain skill - run screenshot-light PIE playtest episodes with structured entity observations, bounded semantic actions, transition polling, and in-memory traces for QA and external policy or RL runners.
unreal-actors
Domain skill - Unreal Engine actor management: list, spawn, transform, and delete level actors. Use when inspecting or editing actors in the current Unreal Editor level. Not for Content Browser asset import/export - use unreal-assets for that.
unreal-cinematics
Domain skill — Sequencer shot and keyframe orchestration, camera cut tracks, and Movie Render Queue job setup. Use when creating or editing Level Sequences, authoring camera animation, or preparing an MRQ job in Unreal Engine 5. Not for Blueprint scripting (unreal-blueprints) or runtime playback (unreal-runtime).
unreal-fab-assets
Acquire free Fab marketplace content through Unreal Engine's official Fab integration, then verify the imported Content Browser assets. Use when the user asks to find, download, add, or import Fab or Unreal Marketplace assets. Not for arbitrary file imports - use unreal-assets instead.
unreal-metasound
Unreal Engine MetaSound Source authoring through the reflected Builder API: create sources, add typed inputs and exact registered nodes, connect opaque vertex handles, set defaults, inspect nodes, build, save, and validate. Use for procedural audio graphs in Unreal Engine 5.4+. Not for arbitrary asset management or…