From 5823c4157661ab26a3f0596bc1d48075ddc4494c Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 24 Mar 2023 12:02:39 +0100 Subject: [PATCH] document the android calibration in the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf0577a..9ebef025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This release is breaking ABI/API compatibility with the previous versions. ### Added +- Android on-device glove calibration. - Introduced the animated Virtual Hand Model (as a set of virtual hand and wrist tracker components and an actor) with in-editor animation availability. - Introduced SGPawn, SGPlayerController, SGGameModeBase, etc classes. - Added an internal SenseGloveCoreTypes module in order to share common SenseGloveCore types between various modules.