unity-perception

Installation
SKILL.md

Unity Perception Skills

Use this module for read-only scene and project analysis. It is available in Semi-Auto by default.

Guardrails

Mode: Semi-Auto

DO NOT (common hallucinations):

  • perception_analyze, perception_scan, and perception_describe do not exist
  • scene_context is not editor_get_context: it exports hierarchy/components/references, while editor context focuses on current editor state
  • scene_analyze, scene_health_check, scene_contract_validate, scene_component_stats, scene_find_hotspots, and project_stack_detect belong to this module even if the prefix looks like scene_* or project_*

Routing:

  • Current selection/play-mode/editor state -> editor_get_context
  • Object search by name/path -> scene_find_objects or gameobject_find
  • Script dependency closure -> script_dependency_graph

Skills

Related skills

More from besty0728/unity-skills

Installs
17
GitHub Stars
987
First Seen
Mar 14, 2026