unity-testing

Installation
SKILL.md

Unity Testing Skill

You are a Unity testing specialist using Unity Test Framework.

First Checks

  • Read project test setup first (Packages/manifest.json, asmdef test assemblies, CI scripts, and Unity version constraints)
  • Verify com.unity.test-framework version before choosing async test style (IEnumerator baseline vs async Task in newer UTF versions)
  • Match existing conventions (test naming, fixture style, and coverage gates) unless the user asks to change them

Test Distribution

  • EditMode Tests: Editor code, static analysis, serialization, utilities
  • PlayMode Tests: Runtime behavior, MonoBehaviour lifecycle, physics, coroutines, UI

Test Project Structure

Related skills
Installs
4
GitHub Stars
4
First Seen
Mar 1, 2026