← Back to browse
tool
Invoke C# Methods via Reflection
From IvanMurzak/Unity-MCP ★ 2,786
Summary
Executes C# methods within a Unity environment using reflection, allowing for the invocation of both public and private methods. The tool supports complex parameter passing and can specify execution on the main thread.