gameobject-find

Locate GameObjects in Unity Editor Prefabs or active Scenes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill gameobject-find
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gameobject-find
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/gameobject-find
Command: npx skills add https://github.com/lunafish/Game00 --skill gameobject-find

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly locate specific GameObjects within their Unity project, whether in an opened Prefab or the active Scene, streamlining the debugging and development process.

Core Features & Use Cases

  • Targeted Search: Find GameObjects by name, path, or instance ID.
  • Contextual Search: Prioritizes searching within an opened Prefab if available, otherwise searches the active Scene.
  • Hierarchical & Component Data: Optionally retrieve detailed information about the GameObject's hierarchy and its attached components.
  • Use Case: Quickly find a specific UI element named "SubmitButton" in your current scene to adjust its properties.

Quick Start

Find the GameObject with the name "PlayerCharacter" in the current scene.

Frequently Asked Questions about gameobject-find

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

FAQPage Schema
How do I find a specific GameObject in a Unity scene?

To find a specific GameObject in a Unity scene, use this tool to locate it by reference, name, path, or instance ID, prioritizing opened Prefabs over the active Scene during your search.

Can I search for GameObjects inside an opened Prefab instead of the active Scene?

Yes, you can search for GameObjects inside an opened Prefab. The tool automatically prioritizes searching within the opened Prefab context before falling back to the active Unity Scene.

How do I retrieve component references and hierarchy data for a GameObject?

You can retrieve component references and hierarchy data for a GameObject by using the optional retrieval features, which fetch attached components, bounds, and hierarchical information up to a specified depth.

What is the best way to locate UI elements like a SubmitButton in Unity?

The best way to locate UI elements like a SubmitButton in Unity is to search by name. This tool quickly finds the specified GameObject in your current scene so you can adjust its properties.

Does finding GameObjects by instance ID work in the Unity Editor?

Yes, finding GameObjects by instance ID works in the Unity Editor. The tool locates specific GameObjects within the editor environment by reference, including name, path, or instance ID.

What are the limitations when searching for GameObjects in Unity?

A limitation when searching for GameObjects is that the tool strictly prioritizes opened Prefabs over the active Scene, meaning it will only search the active Scene if no Prefab is currently open.