editor-selection-get

Extract detailed information about the current selection in the Unity Editor.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides detailed information about the current selection in the Unity Editor, including active objects, transforms, GameObjects, instance IDs, and asset GUIDs.

Core Features & Use Cases

  • Selection Information: Fetches data about the active object, active transform, selected GameObjects, and asset GUIDs.
  • Enrichment Options: Allows users to opt-in for additional data such as GameObjects, transforms, instance IDs, and asset GUIDs.
  • Use Case: When you need to quickly access detailed information about the selected elements in the Unity Editor, this Skill can be used to get the necessary data.

Quick Start

Retrieve information about the current selection in the Unity Editor using the command: unity-mcp-cli run-tool editor-selection-get

Frequently Asked Questions about editor-selection-get

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

FAQPage Schema
How do I get detailed information about the current selection in the Unity Editor?

To get Unity Editor selection details, use the unity-mcp-cli run-tool editor-selection-get command to fetch active objects, transforms, GameObjects, instance IDs, and asset GUIDs.

Can I retrieve asset GUIDs and instance IDs for selected GameObjects in Unity?

Yes, retrieving asset GUIDs and instance IDs for selected GameObjects in Unity is supported by opting into the enrichment options provided by the editor-selection-get tool.

Does the Unity selection retrieval tool require any specific environment setup?

Yes, the Unity selection retrieval tool requires the unity-mcp-cli to be installed and configured in your environment to execute the extraction commands successfully.

What is the best way to access the active transform of a selected asset in Unity programmatically?

The best way to access the active transform of a selected asset in Unity programmatically is running the editor-selection-get tool, which specifically extracts active transform data.

Why does my Unity Editor selection query return incomplete data?

Your Unity Editor selection query returns incomplete data because enrichment options for GameObjects, transforms, instance IDs, and asset GUIDs must be explicitly enabled to fetch full details.