unity-repl
Execute raw C# directly inside the Unity Editor
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Unity REPL?โผ
Run `npx skills add LambdaLabsHQ/unity-repl --all -g -y` in your terminal to install the skill globally, then add the package to your Unity project via the Package Manager git URL.
What does Unity REPL do?โผ
It evaluates raw C# code directly inside a running Unity Editor, letting you inspect scenes, spawn objects, toggle Play Mode, and call any Unity API without pre-built tools.
Does Unity REPL work with Claude Code and Cursor?โผ
Yes. The skill follows the universal SKILL.md standard and works with Claude Code, Cursor, Codex CLI, and other compatible coding agents.
Can Unity REPL run multi-step async tasks?โผ
Yes. When your code returns an IEnumerator, the REPL drives it across frames like a native Unity coroutine and returns the final yielded value when finished.
Can I check C# syntax without executing it?โผ
Yes. Use the --validate flag to compile code without running it, which is useful for safe pre-flight checks before making changes to a live scene.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core