# 2. Getting Started

The QIYU Platform SDK must be imported after importing the QIYU XR Plugin, if the application wants to live in QIYU Store. Otherwise, the application will be refused when uploading to QIYU platform.

# Step 1:

Import SDK: Menu -> Window -> PackageManager, Click Add -> Add package from disk, Select package.json, and import SDK.

Fig 2.1 Import SDK

# Step 2:

After import the SDK, "QIYU XR Plugin" and "QIYU Platform SDK" will be displayed in packageManager. If necessary, click "Import Into Project" to import our Sample Project.

Fig 2.2 Import Samples

# Step 3:

Porting from UnityXR SDK V1.2.1 or preview version, the package might fail to build because the types and APIs have been changed after upgrading to Platform v1.0.0. Please refer to the 5.1 Old Version Porting (opens new window) to fix the issue.