# Installing Packages

The easiest way to get started with VR/XR using Meta Headsets such as the Quest in Unity is using the Meta XR All-in-one SDK. There are 3rd Party alternatives such as [VRIK](https://assetstore.unity.com/packages/templates/systems/vr-interaction-framework-161066) or [Hurricane VR](https://assetstore.unity.com/packages/tools/physics/hurricane-vr-physics-interaction-toolkit-177300), but we will be using the Meta integration SDK as it is free and easy to set up.

For more information on the Interaction SDK, you can go to the [Meta Quest Docs](https://developer.oculus.com/documentation/unity/unity-isdk-interaction-sdk-overview/).

{% tabs %}
{% tab title="Tutorial" %}

## Installing the Meta SDK Packages

<figure><img src="https://1511627699-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwBY0yo2lTxFMvwpoAeN8%2Fuploads%2FUinVRG21hZcOXOCLAcOf%2FAddPackages.gif?alt=media&#x26;token=caae5fd6-142b-4523-a12d-a8a4d3364bb5" alt=""><figcaption><p>Add Meta All-in-one SDK package...</p></figcaption></figure>

* Enable the 'Package Manager' window if you haven't already in Window / Package Manager.
* Add the '*Meta XR All-in-One SDK'* and the '*Meta XR Interaction SDK OVR Samples'* in the Package Manager by the following two methods :&#x20;
  * Use the + symbol at the top left and 'Add Package by Name...' and use the following : &#x20;
    * 'com.meta.xr.sdk.all'
    * 'com.meta.xr.sdk.interaction.ovr.samples'
  * or Go to the Unity Asset store and search for the *'Meta XR All-in-One SDK'* and the *'Meta XR Interaction SDK OVR Samples*' package and add it to your library.&#x20;
    * Open it within Unity from the Asset Store or from the 'My Assets' category in the Package Manager.&#x20;
* Read and click through any popups that may come up during installation.
* The following SDK packages will be added : [Meta XR Core](https://developer.oculus.com/downloads/package/meta-xr-core-sdk), [Meta XR Audio](https://developer.oculus.com/downloads/package/meta-xr-audio-sdk/), [Meta XR Haptics](https://developer.oculus.com/documentation/unity/unity-haptics-sdk), [Meta XR Interaction](https://developer.oculus.com/downloads/package/meta-xr-interaction-sdk/), [Meta XR Interaction SDK OVR Integration](https://developer.oculus.com/downloads/package/meta-xr-interaction-sdk-ovr-integration/), [Meta XR Platform](https://developer.oculus.com/downloads/package/meta-xr-platform-sdk/), [Meta XR Voice](https://developer.oculus.com/downloads/package/meta-voice-sdk/), [Composer](https://developer.oculus.com/downloads/package/meta-voice-sdk-composer/), [Dictation](https://developer.oculus.com/downloads/package/meta-voice-sdk-dictation/), [Telemetry](https://developer.oculus.com/downloads/package/meta-voice-sdk-telemetry/), [Meta XR Simulator](https://developer.oculus.com/downloads/package/meta-xr-simulator/), and [Meta Mixed Reality Utility Kit](https://developer.oculus.com/downloads/package/meta-xr-mr-utility-kit-upm/).
* *Optional* Sample packages you can add separately include :&#x20;
  * [Meta XR Simulator Samples](https://developer.oculus.com/downloads/package/meta-xr-simulator-samples/)&#x20;
    * This helps test the space without the need for a headset.
  * [Meta XR Simulator - Synthetic Environment Builder](https://developer.oculus.com/downloads/package/meta-xr-simulator-synthetic-environment-builder/)
    * This helps test the space without the need for a headset.
  * [Oculus Github](https://github.com/oculus-samples)
    * Offers further samples if needed.
      {% endtab %}

{% tab title="Troubleshooting" %}

###

{% endtab %}
{% endtabs %}
