Sample Projects
Learn about the sample projects provided by the Neocortex Unity SDK
After setting up the Neocortex SDK in your Unity project, you can start using the sample projects provided by the SDK to understand the integration process.
The SDK comes with a sample project with 2 scenes:
- Text Chat: Demonstrates how to integrate the Neocortex Smart Agent with a text chat interface.
- Voice Chat: Demonstrates how to integrate the Neocortex Smart Agent with a voice chat interface.
Importing Sample Projects
To import the sample projects to your Unity project, follow these steps:
- Open the
Package Manager
window in Unity. - Click on the
Neocortex
package. - Click on the
Samples
tab. - Click on the
Import
button next to the sample project you want to import.
In these sample scenes, you can find all the necessary components and scripts required to integrate the Neocortex Smart Agent with your Unity project. And test the integration with a text chat or voice chat interface by just setting your project ID and API key.
Text Chat Scene
The Text Chat
scene demonstrates how to integrate the Neocortex Smart Agent with a text chat interface.
Audio Chat Scene
The Audio Chat
scene demonstrates how to integrate the Neocortex Smart Agent with a voice chat interface.