·uloop-find-game-objects
</>

uloop-find-game-objects

Find specific GameObjects in scene. Use when: searching for objects by name, finding objects with specific components, locating tagged/layered objects, getting currently selected GameObjects in Unity Editor, or when user asks to find GameObjects. Returns matching GameObjects with paths and components.

30Installs·0Trend·@hatayama

Installation

$npx skills add https://github.com/hatayama/uloopmcp --skill uloop-find-game-objects

How to Install uloop-find-game-objects

Quickly install uloop-find-game-objects AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hatayama/uloopmcp --skill uloop-find-game-objects
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hatayama/uloopmcp.

SKILL.md

View raw

Find GameObjects with search criteria or get currently selected objects.

| --name-pattern | string | - | Name pattern to search | | --search-mode | string | Contains | Search mode: Exact, Path, Regex, Contains, Selected | | --required-components | array | - | Required components | | --tag | string | - | Tag filter | | --layer | string | - | Layer filter | | --max-results | integer | 20 | Maximum number of results |

| --include-inactive | boolean | false | Include inactive GameObjects |

Find specific GameObjects in scene. Use when: searching for objects by name, finding objects with specific components, locating tagged/layered objects, getting currently selected GameObjects in Unity Editor, or when user asks to find GameObjects. Returns matching GameObjects with paths and components. Source: hatayama/uloopmcp.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hatayama/uloopmcp --skill uloop-find-game-objects
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from hatayama/uloopmcp

Quick answers

What is uloop-find-game-objects?

Find specific GameObjects in scene. Use when: searching for objects by name, finding objects with specific components, locating tagged/layered objects, getting currently selected GameObjects in Unity Editor, or when user asks to find GameObjects. Returns matching GameObjects with paths and components. Source: hatayama/uloopmcp.

How do I install uloop-find-game-objects?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hatayama/uloopmcp --skill uloop-find-game-objects Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hatayama/uloopmcp