Get performance statistics.
Scanned 2/12/2026
Install via CLI
openskills install Besty0728/Unity-Skills# Profiler Skills
Get performance statistics.
## Skills
### `profiler_get_stats`
Get performance statistics (FPS, Memory, Batches).
**Parameters:** None.
**Returns:**
```json
{
"fps": 60.0,
"triangles": 1500,
"batches": 12,
"memory": { "totalAllocatedMB": 256.5, ... }
}
```
No comments yet. Be the first to comment!