Skip to content
STimberlake edited this page May 24, 2021 · 4 revisions

VSDK Unreal Edition: Overview

The road to developing XR content is full of obstacles. VSDK was made by XR developers for XR developers, to remove some of those obstacles so you can focus on building immersive, interactive experiences.

VSDK is now available for the Unreal Engine.

Features

VSDK Unreal incorporates the same time-saving features as the original VSDK for Unity 3D:

  • Multiplatform Support
    • Develop your experience once in Unreal Engine and easily deploy it to common XR devices without significant rework.
    • The device roadmap includes less common I/O technologies, such as hand tracking, eye tracking, and haptics, because we believe future XR platforms will rely on these technologies.
  • Blueprint Ready
    • Blueprint Scripting is one of the coolest features of Unreal Engine.
    • Most code for VSDK Unreal is written in C++, but VSDK Unreal is completely usable and extensible via Blueprint.
  • Interaction System
    • Our interaction system includes the most common XR use cases, with a focus on immersive simulations.
    • The system includes locomotion, object interaction, and more!
Disclaimer
VSDK Unreal Edition is currently in alpha, which means it is functional but not necessarily stable. Code is likely to evolve as we move toward a beta release, when the code will be stable but not 100% bug-free.