Skip to main content

Organization

info

Only available from version v2.0.0 onwards.

In order to get your project running you will need to have an organization ID.

Don't have an organization id?

Please request access here: Union Avatars Subscription


Using the organization ID​

The setup is very simple, you just need to pass the organization ID each time you create an instance of a ISession and pass it to it's SessionContext.

If you use the SeverSession provided with the SDK this is all you need to do:

async void CreateSession() { // Create a new session ServerSession session = new ServerSession(organization: "YOUR ORG ID"); // ... }
async void CreateSession() { // Create a new session ServerSession session = new ServerSession(organization: "YOUR ORG ID"); // ... }

If your server is not a unity build you will need to implement this API call by yourself. Please take a look at our API docs: https://endapi.unionavatars.com/docs

Why do I need an organization?​

Organizations allow the developers using our UnitySDK to customize their experience further. With organizations you can have custom assets and control what the users can access.

Do you want to know more about what you can do? Contact us: techsupport@unionavatars.com