Besty0728

unity-profiler

"Performance profiling. Use when users want to get FPS, memory usage, or performance statistics. Triggers: profiler, performance, FPS, memory, stats, benchmark, Unity性能, Unity帧率, Unity内存."

Besty0728 1,168 118 Updated 3mo ago
GitHub

Install

npx skillscat add besty0728/unity-skills/unity-profiler

Install via the SkillsCat registry.

SKILL.md

Profiler Skills

Get performance statistics.

Skills

profiler_get_stats

Get performance statistics (FPS, Memory, Batches).
Parameters: None.

Returns:

{
  "fps": 60.0,
  "triangles": 1500,
  "batches": 12,
  "memory": { "totalAllocatedMB": 256.5, ... }
}