# SDK Setup

## Install a compatible version of Unity

To install our SDK you will need a compatible version of Unity, this can be obtained from <https://unity3d.com/get-unity/download/archive>. After download a base install of Unity will be fine, no special features are required.

{% hint style="warning" %}
For production use we recommend 2018.4 or 2017.4 current releases.
{% endhint %}

## Download the Sinespace Editor Pack

From inside a fresh Unity project click on the asset store tab, type Sinespace into the store search box and click on the Sinespace image. In the new window that appears click the blue download icon to start the download.

![Asset store Sinespace SDK download](https://2528994116-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAUay5St6OsKydrbQTw%2F-MC9IRMkxXu9SMKcdiB8%2F-MC9hxk_b9sgIdl70f0c%2Fsdk_install_1.png?alt=media\&token=2d16efb8-0f84-4a62-aaa1-e99c4672007a)

## Install the Sinespace Editor Pack

When the download is completed the download button will change to a blue import button, click the import button to start the install. On the window that appears in the top left click import again, you do not need to deselect any of the packages in this window as our installer will determine the correct Editor Pack install.

![Editor Pack Install](https://2528994116-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAUay5St6OsKydrbQTw%2F-MC9y4NuyqMapjHauNNW%2F-MC9zXWT5vP6UuYyeZA_%2Fsdk_install_2.png?alt=media\&token=539622c5-3686-424a-abe7-d9723f8ffaf6)

The install will now begin, Unity may ask to restart during the installation this is normal and you can proceed by clicking the restart button. The next window to be displayed are the assets that are included with our Editor Pack, click the import button once again to continue the install.

![Editor Pack Assets](https://2528994116-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAUay5St6OsKydrbQTw%2F-MCA1peFlC6FizAEaye7%2F-MCA2fthmsh1x84bbhLF%2Fsdk_install_3.png?alt=media\&token=5e2382b4-29a1-476b-9352-55b92e2ecd5d)

Now that  the install is completed you will notice two new folders in your assets named Sinespace and Spacepack, you will also see a new drop down menu called Sinespace. To complete the install you will need to select the Sinespace dropdown and click on install editor pack settings, this  will install the graphical settings required by our editor pack.

![Install Editor pack Settings](https://2528994116-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAUay5St6OsKydrbQTw%2F-MCE63TusxOLgYge127Y%2F-MCEBSzSYDEmgPDHWsog%2Fsdk_install_4.png?alt=media\&token=fadd3130-d40c-431e-810c-a72b8a31699b)

{% hint style="warning" %}
Mac users will need to install our native Mac uploader, in the Sinespace drop down menu select tools/install/Native Mac uploader.
{% endhint %}

## Sign in to the Editor Pack

In the Sinespace drop down menu select sign in, in the inspector on the right you will see a login panel, if you have previously signed up as a creator you can sign in using your username and password to complete the install.&#x20;

{% hint style="info" %}
Signing up for a creator account instructions below.
{% endhint %}

![Editor Pack sign in](https://2528994116-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAUay5St6OsKydrbQTw%2F-MCECZuxmepAisYmIZoU%2F-MCEJ54Z1V_Td_Y19PXk%2Fsdk_install_5.png?alt=media\&token=20113ca2-bf5f-488e-a887-3c229c59a55f)

## Signing up for a creator account

{% tabs %}
{% tab title="Editor Pack sign up" %}

## Creator sign up in the Editor Pack

In the Sinespace drop down menu select sign in, in the inspector located on the right click the create account button.&#x20;

![Sign up for a creator account](https://2528994116-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAUay5St6OsKydrbQTw%2F-MCECZuxmepAisYmIZoU%2F-MCEMcPpj-Q9ZYQWoOdJ%2Fsdk_install_6.png?alt=media\&token=78c67a6c-6218-44bc-8d1b-81cf535e8fe5)

In the window that appears select a desired username, enter your email address and select male or female starter avatar, continue to fill out the form these details are not shared publicly. Once completed you can return to Unity and enter your username and password to start creating.
{% endtab %}

{% tab title="Website sign up" %}
Creator sign up via the the website

If you already have an account with Sinespace you can sign up for creator access by visiting [https://curator.sine.space/login](https://curator.sine.space/), in the page displayed enter you username and password and click sign in.

Once signed in you will be shown our End-User License Agreement, read through and at the bottom of the page click the I Accept button.

Finally to complete the sign up process click on the settings button and fill in your creator details, these are not shared publicly.

![Editor pack sign up](https://2528994116-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAUay5St6OsKydrbQTw%2F-MCECZuxmepAisYmIZoU%2F-MCERnZFS_NmhkZbFmgx%2Fsdk_install_7.png?alt=media\&token=8e6c6320-ebfb-4c0b-bab0-17edcc19f325)

&#x20;You can now return to Unity and enter your username and password to start creating.
{% endtab %}
{% endtabs %}

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sine.space/quickstart-sinespace-viewer/get-started-sdk/sdk-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
