gameobject-find

Locate GameObjects in Unity scenes or prefabs using the Reflect API.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill gameobject-find-infotechsrealm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gameobject-find
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/gameobject-find
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill gameobject-find-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of finding specific GameObjects in Unity projects, eliminating the need for manual search and enhancing productivity.

Core Features & Use Cases

  • GameObject Discovery: Locate GameObjects by name, path, or asset information within the active scene or an opened prefab.
  • Data Retrieval: Gather details like editable data, components, bounds, and hierarchy of the GameObjects.
  • Use Case: Easily find and inspect GameObjects within complex scenes or quickly update GameObjects within an opened prefab, improving development efficiency.

Quick Start

Use the gameobject-find skill to find the GameObject named 'Player' 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 by name?

To find a specific GameObject in a Unity scene, you can locate it by name, path, or asset information using Unity's Reflect API. This Skill retrieves detailed data including components, bounds, and hierarchy for debugging.

What is the best way to search for GameObjects within an opened prefab?

The best way to search for GameObjects within an opened prefab is using a targeted lookup via Unity's Reflect API. This approach allows you to efficiently find and inspect specific GameObjects and update them without manual searching.

Can I retrieve component and bounds data when searching for a GameObject?

Yes, you can retrieve component and bounds data when searching for a GameObject. The Skill offers detailed retrieval of GameObject data, including editable data, components, bounds, and hierarchy information for development and debugging purposes.

Does this GameObject search method work for complex Unity scene management?

Yes, this GameObject search method works for complex Unity scene management. It streamlines the process of finding specific GameObjects in complex scenes, eliminating manual search and enhancing development productivity.

What search criteria can I use to locate GameObjects in Unity?

You can use common search criteria such as name, path, and asset details to locate GameObjects in Unity. This allows for flexible discovery of specific objects within the active scene or an opened prefab.

Why use the Reflect API to locate GameObjects instead of manual search?

You use the Reflect API to locate GameObjects to eliminate the inefficiency of manual search in complex scenes. It provides programmatic discovery and detailed data retrieval, greatly improving development efficiency.