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.
app_key^
and ^app_secret^
somewhere safe. They won't be displayed in the console again!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
Open Unity Hub and create a new 3D Project using Unity Editor (preferably an LTS version).
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:
name: Auki Labs
URL: https://npm.aukiverse.com
scopes: com.aukilabs
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
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.