profiler-list-modules

List Unity profiler modules with their enabled status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of identifying and checking the enabled status of profiler modules within a Unity project.

Core Features & Use Cases

  • Profiler Module Enumeration: Lists all known profiler module names and their current 'enabled' status.
  • No External Dependencies: Utilizes only built-in Unity APIs and in-process state.
  • Use Case: Ideal for quickly reviewing which profiler modules are active during development or debugging sessions.

Quick Start

Use the profiler-list-modules skill to get a list of all profiler modules and their enabled flags.

Frequently Asked Questions about profiler-list-modules

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

FAQPage Schema
How do I check which Unity profiler modules are enabled?

You can list all Unity profiler modules and their current enabled status to quickly review active profiler modules during development or debugging sessions without needing external packages.

What is the best way to list profiler modules in a Unity project?

Listing profiler modules in a Unity project involves enumerating all known module names and their enabled flags. This approach uses built-in Unity APIs and in-process state, ensuring no external dependencies are required.

Can I review profiler module status in Unity without installing additional packages?

Yes, you can review profiler module status in Unity without additional packages by utilizing only built-in Unity APIs and in-process state to identify and list profiler modules and their enabled flags.

Why do I need to verify profiler module status during a Unity debugging session?

Verifying profiler module status during a Unity debugging session helps you easily manage and confirm which profiler modules are active. This ensures you are tracking the correct performance metrics for your project.

Does this profiler module enumeration require any external Unity packages?

No, profiler module enumeration requires no external Unity packages. It is designed to work utilizing only built-in Unity APIs and in-process state to identify modules and their enabled status.