uloop-execute-dynamic-code

Installation
SKILL.md

Task

Execute the following request using uloop execute-dynamic-code: $ARGUMENTS

For basic selected GameObject discovery or property inspection, use find-game-objects --search-mode Selected before this tool. Use this tool after the built-in inspection tools are not enough or when you need to modify Unity state.

Workflow

  1. Read the relevant reference file(s) from the Code Examples section below
  2. Construct C# code based on the reference examples
  3. For multiline snippets, write the C# statements to a temporary .csx file and execute uloop execute-dynamic-code --code-file <path>
  4. Use uloop execute-dynamic-code --code '<code>' only for short one-line snippets
  5. If execution fails, adjust code and retry
  6. Report the execution result

Parameters

Installs
37
GitHub Stars
510
First Seen
Feb 14, 2026
uloop-execute-dynamic-code — hatayama/unity-cli-loop