Import & Run Sample Scenes

Import Convai sample content and run a scene to test a conversation immediately.

Introduction

Sample scenes are the fastest way to verify your installation and API setup end-to-end.

Prerequisites

  • Convai SDK installed

  • API key configured successfully

Step-by-step

1

Open Package Manager

In Unity, go to Window → Package Manager.

2

Find the Convai package

  • Select In Project (left panel).

  • Click Convai SDK (or the installed Convai package).

3

Import Samples

  • Open the Samples section in the package details.

  • Click Import next to a sample (example: <SAMPLE_NAME>).

  • Expected result: A Samples folder appears under Assets, containing the imported sample content.

4

Open the sample scene

  • Navigate to:

    • Assets/Samples/Convai SDK for Unity/1.0.0/Convai Sample/Scenes

  • Open the scene:

    • Convai Basic Scene

5

Run the conversation test

  • Click Play.

  • Speak using your microphone or type into the Chat UI input field.

  • Expected result: The character responds. Microphone conversation is hands-free (no push-to-talk required).

Troubleshooting

  • Sample doesn’t appear after import

    • Confirm you imported the sample and check the Assets/Samples folder.

  • No voice input detected

    • Check OS microphone permissions for Unity.

    • Confirm the correct microphone device is selected.

  • No response from character

    • Confirm API key is set and valid.

    • Check Console for authentication/network errors.

Conclusion

You’ve successfully imported a sample scene and verified a working conversation. Next, you can integrate Convai into your own scene via Custom Scene Setup.

circle-info

Need help? For questions, please visit the Convai Developer Forumarrow-up-right.

Last updated

Was this helpful?