The Unity Starter Samples project provides sample scenes for developers for common VR-specific features such as hand presence with controllers, locomotion, and custom hands. With the Starter Samples, you can study sample scenes in the Unity Editor, see how features are implemented, and integrate the framework in your own projects. This project is available for download from the Starter Samples Github repository.
To encourage the usage of the content, it uses a very permissive license. For more information, see LICENSE in the root of the project.
Oculus Integration SDK Release Deprecation
The Oculus Integration SDK releases have been deprecated after version 57. To see instructions for the Sample Framework Scenes that are part of the Oculus Integration SDK, see Unity Sample Framework.
Getting the Starter Samples project
Clone this repo using the Code button on the Github repo, or run this command:
After setting up your project for URP, use the Window > Rendering > Render Pipeline Converter material upgrade to automatically change all materials using the Standard shader to using the URP equivalent. All materials that have custom shaders have been modified to ensure that they support both the Built-in Render Pipeline and the Universal Render Pipeline.
Integrate samples to your own project
There are two ways to integrate the samples a project that uses the same Unity version.
Move the samples to your project
Copy the Assets > StarterSamples directory to your own project
Create UnityPackage to import
Open Unity-StarterSamples project in Unity.
Navigate to the Assets folder.
Right-click on StarterSamples and select Export Package....
Save package in an easy location to retrieve.
Open your own project.
Click on Assets > Import Package > Custom Package... from the menu bar.
Find the package we saved in step 3 and click Open.
Content and Sample Scenes
The Starter Samples features reusable components that developers can use in their own existing projects and sample scenes that demonstrate the usage of these components.
Content used in the scenes can be found at Assets > StarterSamples > Usage.
The Starter Sample scenes are listed in the following table.
Demonstrates custom controller models and interactive animations. While discouraged for use in gameplay, developers may want to use controllers in some specific cases, such as tutorials or demos.
Demonstrates the use of custom hand models. Developers can use this as a starting point for their own hands by building on the existing models and animations.
EnableDisablePassthrough
Allows you to test enabling and disabling the passthrough feature and layer.
Firebase
This sample shows how to capture Firebase Analytics and Crashlytics metrics in your Oculus app.
A collection of eight samples that showcase augmented objects, lighting, overlay passthrough, hands, styles, selective passthrough, and surface project passthrough.
PassthroughAtStartup
A scene which demonstrate the Contextual Passthrough functionality.
Shows a simple scene selection menu containing other scenes from the Unity Sample Framework.
TouchProSample
A dynamic scene which showcases the status of the index trigger, hand trigger, and thumbrest press state. It also demonstrates actuators which control a stylus pen and can spawn small objects when pressed.