Quickstart part 2: Registration & Installation

This chapter goes through the remainder of the Quickstart steps from registering in the Posemesh console to installing the SDK packages in your Unity project.

Registration

  1. Create a new organization account at console.posemesh.org.
  2. Click "Apps" in the left-hand panel and add an app to your organization by clicking the "Create App" button.
  3. Save your ^app_key^ and ^app_secret^ somewhere safe. They won't be displayed in the console again!

Authentication

The Posemesh SDK and its related packages are distributed through our registry (npm.aukiverse.com). To log in to the registry, run from any location:

npx conjurekit-setup@latest login

Enter the same credentials you use to access console.posemesh.org. Then run:

npx conjurekit-setup@latest configure --project-type Unity

In Unity

Create a new project

Open Unity Hub and create a new 3D Project using Unity Editor (preferably an LTS version).

Add the Auki Labs registry to your project

Now that you have configured access to the registry, you need to add it to Unity. You can add new scoped registries in Unity inside Project Settings -> Package Manager.

In detail:

  1. Click the left-hand '+' to add a scoped registry.
  2. Set the Name, URL, and Scope(s) fields as below.
  3. Click "Apply".
name: Auki Labs
URL: https://npm.aukiverse.com
scopes: com.aukilabs

Installing the SDK

start-note

The Auki SDK was previously named ConjureKit which still appears in the package names.

end-note

start-warning

Adding the registry item BEFORE completing the credentials setup will result in the My Registries menu item not being visible in Package Manager or no Auki Labs section within it. If this happens to you, once you complete authentication, make sure you restart Unity and open Package Manager again.

end-warning

With the registry configured, restart Unity to see the registry added to the Unity package manager under ^My Registries^. You can now install ConjureKit and related modules from here:

start-warning

Make sure Manager Stripping Level is Minimal in Edit->Project Settings->Player->Other Settings otherwise, some ConjureKit code might get stripped when building, resulting in unexpected behavior.

end-warning

Need a refresher on the essentials?

Check out more lessons, DIY kits and essentials reading material at the developer learning centre homepage.

Want to build on the posemesh and need a helping hand?

Apply for a grant of AUKI tokens to get your project off the ground, and work directly with the Auki Labs team to get your creation to market. Successful applicants may be granted up to 100k USD worth of AUKI tokens, and development and marketing support from the Auki Labs team.