Control Unity with ChatGPT


Summary of my bookmarked Github repositories from May 18th, 2023

Github repositories

  • keijiro/AICommand

    AICommand is a proof-of-concept integration of ChatGPT into Unity Editor, allowing you to control the Editor through natural language prompts. To use it, generate an API key from your account page and set it in the Project Settings. Note that the API key should be kept private. You can access the AI Command window from the Window menu. This project is experimental and not yet practical, as it works well in some cases but poorly in others. You can try it by copying the Editor directory to your project, but be aware of potential issues and null reference exceptions, especially if your OpenAI trial period has expired.