Skip to main content

Packaging for Standalone

Setup project according to other pages in WIKI, including VR Settings for Unreal Engine 4/5


Ensure Android SDK for Unreal is setup according to this documentation:

https://docs.unrealengine.com/5.2/en-US/how-to-set-up-android-sdk-and-ndk-for-your-unreal-engine-development-environment/


Additionally, under Project Settings/Android, check the following:

  • Package game inside .apk?
  • Support Vulkan
  • Support OpenGL ES3.2 OFF (IMPORTANT)
  • Advanced APK Packaging/Package for Oculus Devices: (Add Quest 2 to array element)

More optimizations: https://www.youtube.com/watch?v=y3xFZF9Nyt4

Additional settings may be required depending on the standalone/deployment platform (such as AppLab or Oculus store)