External samples for the Interaction SDK (ISDK) featuring advanced implementations and integrations beyond core package samples.
For users who want specific samples matching their ISDK version
- Install ISDK in your Unity project via Package Manager
- In Unity Editor:
- Open Window → Package Manager
- Select ISDK from packages list
- Go to Samples tab
- Click "GitHub Samples" link (opens this repository)
- On GitHub Repository:
- Click the "Releases" tab (right navigation bar)
- Find release matching your ISDK version (e.g.
v74)
- In Selected Release:
- Verify version compatibility in release notes
- Under Assets section, download needed
.unitypackagefiles
- Import Samples:
- Double-click downloaded packages
- Confirm import in Unity Editor
For users wanting all samples
- Clone this repo using either the green "Code" button above or this command in the terminal.
git clone https://github.com/oculus-samples/Unity-InteractionSDK-Samples.git
- Open Project in Unity Hub:
- Select cloned repository folder
- Use Unity version Unity 2022.3 LTS or above.
- Access Samples:
- Navigate to
Assets/ShowcaseSamples/ - Open sample scenes directly
- Navigate to
The OCULUS SDK LICENSE applies to the majority of the project, however files from Text Mesh Pro are licensed under their respective licensing terms.
This repo is wired up for AI coding agents — AGENTS.md, .vscode/extensions.json, .mcp.json, .cursor/rules/, and a few client-specific dotfiles surface the Meta Horizon VS Code/Cursor extension, the hzdb MCP server, and the Meta Quest skill set automatically.
Full toolchain, including Meta Quest skills and per-client install instructions: github.com/meta-quest/agentic-tools.