uloop-execute-dynamic-code

Execute dynamic C# code in the Unity Editor from the CLI to automate repetitive tasks.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sakastudio/cef-test --skill uloop-execute-dynamic-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uloop-execute-dynamic-code
Source: https://github.com/sakastudio/cef-test/tree/main/.claude/skills/uloop-execute-dynamic-code
Command: npx skills add https://github.com/sakastudio/cef-test --skill uloop-execute-dynamic-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates repetitive Unity Editor tasks by executing dynamic C# code from the CLI.

Core Features & Use Cases

  • Wire Prefabs and components via editor scripting utilities (PrefabUtility, SerializedObject)
  • Add components and wire references across scenes and hierarchies
  • Perform batch scene/hierarchy edits and inspector-like modifications from scripts

Quick Start

Run a command to execute a short C# statement in the Unity Editor from the CLI.

Frequently Asked Questions about uloop-execute-dynamic-code

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

FAQPage Schema
How do I automate repetitive Unity Editor tasks like prefab wiring from the CLI?

You can automate repetitive Unity Editor tasks by executing dynamic C# code from the CLI. This allows you to wire prefabs, add components, and modify serialized references without manual inspector interaction.

Can I add components and wire serialized references across multiple Unity objects via command line?

Yes, executing dynamic C# code from the CLI enables you to add components and wire serialized references across single or multiple Unity objects. It uses SerializedObject to handle inspector-like modifications programmatically.

What is the best way to perform batch scene and hierarchy edits in Unity without opening the editor?

The best way to perform batch scene and hierarchy edits without opening the editor is executing dynamic C# statements from the CLI. This approach directly accesses Unity APIs to apply inspector-like modifications across multiple objects.

Do I need the uloop CLI to execute dynamic C# code in the Unity Editor?

Yes, you need the uloop CLI alongside the Unity Editor to execute dynamic C# code. The CLI acts as the interface to trigger Unity API calls like PrefabUtility for automating editor tasks from your terminal.

Does dynamic code execution from the CLI support PrefabUtility for modifying Unity prefabs?

Yes, dynamic code execution from the CLI fully supports PrefabUtility for modifying Unity prefabs. It leverages this API to automate prefab wiring, component addition, and serialized reference wiring across scenes.