hatayama

hatayama

@hatayama

GitHub
10 Skills
3817 Total Stars
February 2026 Joined

Public Skills

uloop-control-play-mode

by hatayama

"Control Unity Editor play mode. Use when: starting/stopping/pausing play mode, testing game behavior, or when user asks to play or stop. Controls play/stop/pause of Unity Editor."

Game Dev 382 1mo ago

uloop-get-hierarchy

by hatayama

"Get Unity Hierarchy structure. Use when: inspecting scene structure, exploring GameObjects, checking parent-child relationships, or when user asks about hierarchy. Returns the scene's GameObject tree with components."

CLI Tools 382 3mo ago

uloop-screenshot

by hatayama

"Take a screenshot of Unity Editor windows and save as PNG image. Use when you need to: (1) Screenshot the Game View, Scene View, Console, Inspector, or other windows, (2) Capture current visual state for debugging or documentation, (3) Save what the Editor looks like as an image file."

Docker 382 3mo ago

uloop-execute-dynamic-code

by hatayama

"Execute C# code dynamically in Unity Editor via uloop CLI. Use for editor automation: (1) Prefab/material wiring and AddComponent operations, (2) Reference wiring with SerializedObject, (3) Scene/hierarchy edits and batch operations. NOT for file I/O or script authoring."

CLI Tools 382 3mo ago

uloop-unity-search

by hatayama

"Search Unity project for assets. Use when: finding scenes, prefabs, scripts, materials, or other assets by name/type, or when user asks to search project files. Returns asset paths and metadata."

Embeddings 382 3mo ago

uloop-compile

by hatayama

"Compile Unity project. Use when: verifying code compiles after edits, checking for compile errors, or when user asks to compile. Returns error/warning counts."

CLI Tools 382 3mo ago

uloop-get-menu-items

by hatayama

"Retrieve Unity MenuItems via uloop CLI. Use when you need to: (1) Discover available menu commands in Unity Editor, (2) Find menu paths for automation, (3) Prepare for executing menu items programmatically."

CLI Tools 382 3mo ago

uloop-get-logs

by hatayama

"Check Unity Console logs. Use when: checking logs, debugging errors, investigating failures, or when user asks about console output. Key options: --log-type (Error/Warning/Log/All), --max-count, --search-text. Retrieves errors, warnings, and Debug.Log messages."

Embeddings 381 3mo ago

uloop-clear-console

by hatayama

"Clear Unity console logs. Use when: clearing console before tests, starting fresh debugging session, or when user asks to clear logs. Removes all log entries from Unity Console."

Auth 381 3mo ago

uloop-execute-menu-item

by hatayama

"Execute Unity MenuItem via uloop CLI. Use when you need to: (1) Trigger menu commands programmatically, (2) Automate editor actions (save, build, refresh), (3) Run custom menu items defined in scripts."

CLI Tools 381 3mo ago