keijiro/AICommand
A Unity Editor plugin that enables natural language control of the editor via ChatGPT API integration.

AICommand is a proof-of-concept Unity Editor plugin that allows developers to control the editor using natural language prompts. It sends user commands to the ChatGPT API and executes the returned instructions as Unity Editor operations such as creating objects or modifying components. The project demonstrates the current limitations of using LLMs for precise editor control, as ChatGPT often fails to generate syntactically or semantically correct editor commands.