Installation and Activation

Installation Summary

1

Install the Plugin

Using Unity's Package Manager

2

Sign up and Subscribe to Sloyd

In app.sloyd.ai

3

Generate an API key

In your user settings at app.sloyd.ai/user

4

Activate the Plugin

By inserting the API key

Detailed Installation Steps

  1. Open Package Manager (Window>Package Manager) in your Unity project and add https://github.com/Sloydai/UnityPlugin.git

  1. This package will also automatically install gltFast Plugin if it's not already in your project. If there's an issue you can install it manually with package manager: com.unity.cloud.gltfast.

  2. Under Tools you should see Sloyd Plugin

Activation

  1. Login to https://app.sloyd.ai or create an account.

  2. Subscribe to Plus plan. There are several places to do it in the app, here's one of them:

  1. Go to https://app.sloyd.ai/user, scroll down to the API section, and press generate API key. Then you will see a client ID and a client secret field like this:

  1. Back in the Unity project, open the Sloyd Tool widget and enter the Client ID and Client Secret. A green light will indicate that authentication succeeded and that you can start using the tool.

Last updated