From fbb245dac8685df735ea06047973d7323fdea046 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 13 Nov 2024 16:47:32 +0100 Subject: [PATCH] mention the new branch names per ue versions inside the main readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 09fe95c..9c99156 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ This demo is based on the [SGBasicDemo](https://dev.azure.com/SenseGlove/_git/Se It's compatible with Unreal Engine `5.2+` and relies on the new experimental HMD-auto-detection for detecting the wrist tracker hardware. Thus, no more per HMD branches are provided. By default, all Android deployment settings have been configured to be compatible with Meta Quest devices (2, Pro, and 3). +__Please choose the correct branch for your desired engine version__: + +- For UE `5.5+`: the __`5.5`__ branch. +- For UE `5.2`, `5.3`, and `5.4`: the __`pre-5.5`__ branch. + ## Video Tutorials and Documentation There is [a video tutorial on how to create this demo from scratch (originally created for Unreal Engine `5.2` and the SenseGlove Unreal Engine Plugin `v1.x.x`)](https://youtu.be/jN4VcfXVrTA) available on [the SenseGlove YouTube channel](https://www.youtube.com/@senseglove4021).