Opening Strix Action Game Sample on Unity

Strix Unity SDK comes with a sample game called “Strix Action Game Sample”. This page is a step-by-step guide on opening it on Unity Editor, in case you are unfamiliar with Unity.

If you want to explore the sample, see Strix Action Game Sample instead.

Copying files to your local disk

First, you need to download the Strix Unity SDK from the download page on Strix Cloud (and if you don’t have an account, you can create one). Then, unzip the downloaded file and copy the sample game project to your local disk.

  1. Unzip the downloaded file StrixUnitySDK-X.X.X.zip.

  2. Locale a folder StrixActionGameSample below samples in the zip file.

  3. In your Windows Documents folder is a folder called UnityProjects (unless you configured your Unity differently). Copy the folder StrixActionGameSample among all files and subfolders in it into UnityProjects.

Running Unity Hub to open the sample game project

Next, you run Unity Hub tool to open the sample game project.

  1. Start Unity Hub.

  2. On its Projects screen, click on ADD button, and choose the folder StrixActionGameSample in UnityProjects.

  3. StrixActionGameSample should appear on the list.

  4. If you don’t have the Unity version that exactly matches to the sample game, you should select an appropriate Unity Version. It is recommended to use the one with the same major version. (And you can install one on Installs panel on Unity Hub if you want.)

  5. Click on the row for StrixActionGameSample to open the project. If you are asked for a confirmation of upgrade of the project, Confirm it.

  6. Unity Editor should start up, opening the sample game project.

Opening the Sample Scene

The sample game consists of one scene called SampleScene. You can open it by the following steps:

  1. Locate the Unity Project panel on the lower left part of the Unity Window (unless you have customized the Window layout).

  2. Select the folder Assets > Scenes.

  3. Double-click on the SampleScene scene asset to open it. (Note that it is a separate object from SampleScene folder.)

SampleScene asset on project panel