This is a proof-of-concept integration of ChatGPT into Unity Editor. You can control the Editor using natural language prompts. You have to generate a

GitHub - keijiro/AICommand: ChatGPT integration with Unity Editor

submited by
Style Pass
2023-03-19 21:30:07

This is a proof-of-concept integration of ChatGPT into Unity Editor. You can control the Editor using natural language prompts.

You have to generate an API key to use the ChatGPT API. Please generate it on your account page and set it on the Project Settings page (Edit > Project Settings > AI Command > API Key).

CAUTION - The API key is stored in UserSettings/AICommandSettings.asset. You must exclude the directory when sharing your project with others.

Leave a Comment