profiler-get-rendering-stats

Retrieve real-time Unity rendering statistics via Time, QualitySettings, Application, and SystemInfo APIs.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill profiler-get-rendering-stats-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: profiler-get-rendering-stats
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/profiler-get-rendering-stats
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill profiler-get-rendering-stats-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick way to gather critical rendering-related metrics from Unity without manual querying.

Core Features & Use Cases

  • Real-time Metrics: Retrieve current frame timing, FPS, and other performance indicators on-the-fly.
  • Integration with Unity APIs: Leverages Unity's built-in Time, QualitySettings, Application, and SystemInfo to provide accurate data.
  • Use Case: Monitor your game's performance by running this Skill and examining the returned data, such as the frame time, FPS, and target frame rate.

Quick Start

Use the profiler-get-rendering-stats skill to get current Unity rendering stats.

Frequently Asked Questions about profiler-get-rendering-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time rendering statistics and FPS in Unity?

To get real-time Unity rendering statistics, you can use a tool that queries Time, QualitySettings, and SystemInfo APIs to retrieve FPS, frame timing, vsync settings, and graphics device type instantly.

What rendering metrics can I monitor for Unity performance issues?

You can monitor Unity rendering metrics including current frame timing, frames per second, target frame rate, vsync settings, rendering threading mode, and graphics device type.

Does this method require specific Unity APIs to check frame timing and vsync?

Yes, retrieving frame timing and vsync settings requires access to Unity's built-in Time, QualitySettings, Application, and SystemInfo APIs to provide accurate rendering data.

What is the best way to check Unity target frame rate and threading mode?

The best way to check Unity target frame rate and rendering threading mode is by querying QualitySettings and Application APIs, which returns the active configuration instantly.

Can I retrieve graphics device type and rendering stats without manual querying?

Yes, you can retrieve graphics device type and rendering statistics without manual querying by running a monitoring skill that automatically extracts data from SystemInfo and Time APIs.