Transform your Unity project into an intelligent, language-aware application with OpenAI Unity Integration. With just a few lines of code, you can integrate OpenAI's powerful ChatGPT text completion and DALL·E image generation directly into your Unity project!
🤖 Features
🎮 Use Out-of-the-Box Components
💬 Discord - Join the Conversation! @Helper Bot for Open AI powered help!
✏️ Get Scripting
Strong scripting interface for easily implementating your own components and integrating into any project.
using OpenAi;
var openai = new OpenAiApi();
var completion = await openai.CreateCompletion("Hello world"); // Text Completion
var image = await openai.CreateImage("Hello cat"); // Image Generation
✨🚀 Endorsements
A reputable reviewer had this to say about asset:
"Overall, the code seems to be well-organized and follows good coding practices such as encapsulation and modularization."
- ChatGPT
Third Party Notices:
Asset uses these assets under the mentioned License.