Setup for Unity

Let’s setup the Games SDK for Alexa for Unity!

Prerequisites

Integrating the Games SDK for Alexa into your Unity project

  1. Download Games SDK for Alexa from the Unity Asset Store.
  2. Add the asset package to your Unity project.
  3. Make sure everything is checked and click Import.

That’s it! However, in order to handle the communication to and from Alexa, you need to create your own script to initalize the manager. See a Tutorial for a more in-depth implementation.