Skip to content

Add unity-csharpconsole (C# REPL) and unity-cli-plugin (AI agent plugin)#12

Open
niqibiao wants to merge 1 commit intoUnityCommunity:masterfrom
niqibiao:add-unity-repl-and-cli-plugin
Open

Add unity-csharpconsole (C# REPL) and unity-cli-plugin (AI agent plugin)#12
niqibiao wants to merge 1 commit intoUnityCommunity:masterfrom
niqibiao:add-unity-repl-and-cli-plugin

Conversation

@niqibiao
Copy link
Copy Markdown

What's added

Debugging section

  • CSharp Console — Interactive Roslyn-powered C# REPL for Unity Editor and Runtime. Persistent session state, private member access, remote Player execution via HybridCLR, and an extensible `[CommandAction]` command framework. Fits alongside REX Diagnostics and RuntimeCodeExecuter as a runtime expression evaluation / debugging tool.

Tools section

  • unity-cli-plugin — AI coding agent plugin for Unity Editor supporting Claude Code and Codex CLI. 40+ commands for scene editing, components, assets, screenshots, and profiling; falls back to a full Roslyn C# REPL via unity-csharpconsole.

Both projects are open-source (Apache 2.0), actively maintained, and Unity 2022.3+ compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant