Skip to main content

Registration

Now that the Unity project has the Genies Avatar SDK installed, it is required to create a Genies account and register your project. This allows the APIs to fetch your authentication tokens and store your Genies data.

Create a Genies Account

Navigate to the Developer Portal page. Start the account creation by typing your email into the input field and clicking the Continue button.

Add Email

Finish the Sign Up

Fill out the necessary information. Then click the Sign up button to create your Genies account.

Sign Up

Create a Genies App

Once you finish the account creation, sign into Developer Portal using the email OTP. Then click the circle plus-sign button to create your first Genies app.

Create App

info

A Genies app is used to grant a Unity project authentication tokens so it can use the Genies Avatar SDK APIs. It also is how you can create and upload custom wearables.

Finish App Creation

Give the app a name and then click the Save button.

Finish App

Copy the Client ID Token

Once you created the Genies app, the app's page should open. Copy the client ID token.

Copy ID

Paste the Client ID Token

In the Unity Bootstrap Wizard, paste the client ID token in the Client ID field.

Paste ID

Generate a Client Secret Token

In the Genies app page, press the Generate New Secret button.

Generate Secret

Copy the Client Secret Token

A window will appear with the client secret token. Make sure to copy it now because it will not be displayed again once the window is closed.

Copy Secret

tip

You can generate a new client secret token if you close this window without copying it.

Paste the Tokens

In the Unity Bootstrap Wizard, paste the client secret token in the Client Secret field. Then click the Save Credentials button.

Paste Secret

Sample Scenes

The Genies Avatar SDK package is now installed and the Unity project is setup to use it. A good place to start is to check out the Sample Scenes page.

You can find the sample scenes in the Package Manager window by switching to Packages: In Project at the top left dropdown. Then select the Genies Avatar SDK package on the left side menu and click the Samples tab.

Avatar Samples

Samples tab not visible

The Samples tab will not be visible if the Package Manager window is displaying Packages: My Assets.