Code Docs

Simtek Unity SDK Documentation

Connect your headset to your PC

Connect your headset to your PC until you can see the output from SteamVR

SteamVR setting

  1. Put folder zy under Steam\steamapps\common\SteamVR\drivers, then restart SteamVR

    Screenshot 2024-08-21 140036.png

  2. Open SteamVR and navigate to Settings>Controllers>Manage trackers

    Screenshot 2024-08-21 150404.png

  3. Set the Tracker Role to LEFT FOOT and close the tab. The circle here could be either green or red. Then restart SteamVR

    Screenshot 2024-08-21 120258.png

Create a new Unity project

  1. Open Unity Hub.

  2. On the Projects tab, select New Project. If you’ve installed multiple Unity versions, select the version you want to use to create the project.

  3. Select the 3D (Built-in Render Pipeline) template.

  4. Under Projects Settings, enter your Project name, choose a save location, and a Unity organization. If applicable, select Connect to Unity Cloud and Use Unity Version Control.

    Screenshot 2024-08-22 104416.png

  5. Click Create Project, and the Unity project should start loading.

    Screenshot 2024-08-22 105135.png

Import SteamVR SDK

  1. Navigate to Windows>Asset Store, click Search online and search for SteamVR

    Screenshot 2024-08-22 110046.png

  2. Click Add to My Assets and Open in Unity

    Screenshot 2024-08-22 105751.png

  3. Download the plugin and import all the packages

    Screenshot 2024-08-21 140729.png

    Screenshot 2024-08-21 140811.png

What’s next:

Tracker Configuration


On this page