unity-profiler

Installation
SKILL.md

Profiler Skills

Get performance statistics.

Guardrails

Mode: Full-Auto required

DO NOT (common hallucinations):

  • profiler_start / profiler_stop do not exist → profiler skills are read-only snapshots, not recording controls
  • profiler_record does not exist → use Unity Profiler window for recording
  • profiler_analyze / profiler_get_fps do not exist → use profiler_get_stats (FPS, batches, draw calls) or profiler_get_memory (heap sizes)

Routing:

  • For scene performance hints → use perception module's scene_performance_hints
  • For memory info → debug_get_memory_info (debug module) or profiler_get_memory (this module)
  • For optimization suggestions → use optimization module

Skills

Related skills

More from besty0728/unity-skills

Installs
20
GitHub Stars
987
First Seen
Mar 14, 2026