Preperation
Last updated
Last updated
Before diving into the world of advanced AI with AI Developement Kit, there are a few prerequisites and setup steps that you need to complete. These preparations ensure that your Unity environment is ready to seamlessly integrate with OpenAI's technologies, allowing you to focus on creating innovative and engaging content.
Ensure that your Unity version is compatible with the AI Developement Kit asset. We recommend using Unity 2020.3 LTS or later for optimal performance and compatibility. You can download the latest version of Unity from the Unity Hub.
AI Developement Kit utilizes Newtonsoft.Json for efficient JSON manipulation, which is essential for communicating with OpenAI's APIs. Unity Package Manager (UPM) provides a streamlined method for managing package dependencies. Follow the step by step guide below to install Newtonsoft.Json via UPM:
UniTask is a high-performance, Unity-optimized library for managing asynchronous operations, crucial for handling AI tasks without blocking your game's performance. To install UniTask, follow the step by step guide below:
To use OpenAI's services, you'll need an API key. For detailed instructions on getting an API key and setting up the API key within your project, please proceed to the next page.