Getting Started
Learn how to install and configure PlayKit SDK in your Unity project
Getting Started
This guide will help you install and configure the PlayKit SDK in your Unity project and complete your first AI call.
Before You Begin
- You need to create an application on the PlayKit Platform and obtain a Game ID and Developer Token
- Ensure your project meets the system requirements
- Unity 2020.3 or later is recommended
Install the SDK
- Download the .unitypackage file from the PlayKit platform
- Drag the downloaded .unitypackage file into the Unity Editor window
After import, SDK files will be located in the Assets/PlayKit_SDK/ directory.
Configure the SDK
Install UniTask and Newtonsoft
Unity will pop up a window prompting you to install UniTask and Newtonsoft.
Configure SDK Settings
In the toolbar, click PlayKit SDK - Settings, then click Login. After logging in, select your game. If you don't have a PlayKit.ai account yet, visit PlayKit.ai
Make Your First AI Call
After successful initialization, you can immediately start using AI features. You can find sample projects in PlayKit_SDK/Sample.
FAQ
Next Steps
Now that you've successfully installed and configured the SDK, continue learning:
- Development Guides - Deep dive into AI conversation features
- Integration & Configuration - Configure payment integration
- Appendix - View complete API reference