Update Meta Quest authored by David Gilbert's avatar David Gilbert
......@@ -7,4 +7,15 @@ Follow the instructions here:
The first step in this guide is to set up your development environment according to Unreal's documentation here:
- https://docs.unrealengine.com/5.3/en-US/how-to-set-up-android-sdk-and-ndk-for-your-unreal-engine-development-environment/.
Make sure you pick the correct version of the docs.
\ No newline at end of file
Make sure you pick the correct version of the docs.
# Unreal Setup
To make the toolkit work on Android/Quest, a few settings need to be changed additionally:
- Make sure you added the Meta Plugin
- Make sure you followed the [Meta Guide](https://developer.oculus.com/documentation/unreal/unreal-quick-start-guide-quest/#configure) on configuring your project
- Make sure you have `Start in VR` enabled in project settings
- Make sure you have `Package for Meta Quest devices` enabled in project settings
# RWTH VR Toolkit specific settings