diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 30962e1b..ec0a528e 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reintroduced [mdbook-epub](https://github.com/Michael-F-Bryan/mdbook-epub) at [`d1536bbbdc1ca00320522ad73a967e15057ef573`](https://github.com/Michael-F-Bryan/mdbook-epub/commit/d1536bbbdc1ca00320522ad73a967e15057ef573) from the [`master` branch](https://github.com/Michael-F-Bryan/mdbook-epub/tree/master) as the blocking issues in [#115](https://github.com/Michael-F-Bryan/mdbook-epub/issues/115) have been address in [`1ca2a860f6ed405c00914a3aadd8057d5050b29b`](https://github.com/Michael-F-Bryan/mdbook-epub/commit/1ca2a860f6ed405c00914a3aadd8057d5050b29b#diff-b21e2a96624fabac44d6c5ecc34bff0835565999be6a320fe75bd0401d5c8e87R148). - Added third-party tutorials to the following sections: [Enabling XR_EXT_hand_tracking on VR Headsets](../getting-started/enabling-xr-ext-hand-tracking-vr-headsets/third-party-tutorials/), [Deploying to Android (Standalone)](../misc/android-standalone-deployment/third-party-tutorials/), and [OpenXR](../advanced-topics/openxr/third-party-tutorials/). - Additional minor fixes and improvements that may not be listed here. +- List the VRExpansionPlugin demo in the [Extra Resources](../appendix/extra-resources.html) section. ## [2.3.2] - 2025-01-28 diff --git a/Handbook/src/appendix/extra-resources.md b/Handbook/src/appendix/extra-resources.md index 36b4f0a5..37059911 100644 --- a/Handbook/src/appendix/extra-resources.md +++ b/Handbook/src/appendix/extra-resources.md @@ -9,6 +9,10 @@ There are various resources available for older versions of the SenseGlove Unrea - [Example C++ API Project (only compatible with early v1.x.x releases)](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal-SGPlaygroundCpp) - [Example Blueprint API Project (only compatible with early v1.x.x releases)](https://dev.azure.com/SenseGlove/_git/SenseGlove-Unreal-SGPlaygroundBP) +### OpenXR Integration Demos + +- [A VRExpansionPlugin Integration Demo for UE `5.4`](https://dev.azure.com/SenseGlove/_git/SGVRETemplate) + ## Tutorials - [Finding out your SenseGlove plugin version](https://youtu.be/iF0JU2kpNhw)