This site has been permanently archived. The content on this site was last updated in 2019.
Quickstart for Google VR SDK for Unreal with Android
This page describes how to set up your development environment to create
Daydream and Cardboard applications in Unreal Engine 4.
Setup
Download and build the latest version of the Unreal
Engine with Google VR.
Create a Google VR project
Follow Epic's
Google VR Quick Start
guide to setup a new project. At the end, you will have a simple Google VR
application running on Android.
Changes since the Quick Start was written
Stereo Rendering and head tracking are enabled automatically for the DefaultPawn
when using the Google VR plugin. However, we recommend developers create their
own Camera Actor or explicitly add a Camera Component to their DefaultPawn with
Lock to HMD checked. Google VR will automatically apply a neck model in
these cases, improving the user experience. Developer can use the blueprint
function SetNeckModelScale
to adjust the neckmode offset.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["This documentation guides you through setting up a development environment for creating Daydream and Cardboard applications using Unreal Engine 4."],["You'll need to download and build the latest Unreal Engine version with Google VR integrated."],["Epic's Google VR Quick Start provides a step-by-step project setup, resulting in a basic Google VR application running on Android."],["For optimal user experience, it is recommended to create a custom Camera Actor or add a Camera Component to the DefaultPawn with \"Lock to HMD\" enabled for automatic neck model application and adjustable offset."]]],[]]