unity3d agents

7 tagged unity3d, measured the same way as everything else here.

Browse within: unity 7csharp 5

unity-guide

01

bigdra50/unity-cli

Agent

A guide agent for Unity, a game and interactive-app development platform. It brings together Unity’s official manuals, programming references, package information, source code, and YAML file details.

39 2mo ago A 0 tokens original MIT

version-checker

02

bigdra50/unity-cli

Agent

An agent that checks which Unity editor versions and features fit a project. Unity is a tool for building games and other interactive applications, and LTS means a long-term-support release maintained for stability.

39 2mo ago A 0 tokens original MIT

code-reviewer

03

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.

24 23d ago A 21 tokens original MIT

uss-bem-checker

04

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews USS stylesheets and the C# strings that reference them against the Aspid.FastTools BEM grammar (class names) and the positional grammar (custom properties). Use after edits to any .uss file or to any code holding USS class names / --aspid- variables (Constants.cs, AspidStyles.cs, component .cs files).

24 23d ago A 77 tokens original MIT

failing-test-writer

05

nowsprinting/unity-coding-skills

Agent

Test-first coding agent. Use in Step 2 of the development workflow after the plan file is ready. Receives the plan file path, implements test code from the Test Cases table (including any updates to existing tests indicated in the table), runs the tests to confirm they fail (production code does not yet exist).…

19 yesterday A 85 tokens original Unlicense

test-deduplicator

06

nowsprinting/unity-coding-skills

Agent

Duplicate test removal agent. Use in Step 4 (Refactoring) of the development workflow. Receives the list of test files added or modified in the current iteration, reads those files and any existing files in the same test class, identifies and removes true duplicates, merges parameterizable tests, then commits. Returns…

19 yesterday A 83 tokens original Unlicense

test-designer

07

nowsprinting/unity-coding-skills

Agent

Test design specialist agent. Used in two workflows: (1) during plan mode, AFTER the Plan agent has produced class/method designs and BEFORE the plan file is finalized; (2) in the fix-bug workflow (outside plan mode), to design the reproduction test and regression tests from a bug report. Takes requirements (feature…

19 yesterday A 161 tokens original Unlicense