From dca942a10cdf7db35665121f240271bf4b1035b9 Mon Sep 17 00:00:00 2001 From: Kariaro <25615845+Kariaro@users.noreply.github.com> Date: Sun, 20 Nov 2022 14:46:19 +0100 Subject: [PATCH] Add back pose detection asset --- Assets/Scripts/Solution/HolisticTrackingGraph.cs | 1 + ProjectSettings/ProjectSettings.asset | 2 +- installer.iss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Solution/HolisticTrackingGraph.cs b/Assets/Scripts/Solution/HolisticTrackingGraph.cs index 2c887416..c1b74b5d 100644 --- a/Assets/Scripts/Solution/HolisticTrackingGraph.cs +++ b/Assets/Scripts/Solution/HolisticTrackingGraph.cs @@ -103,6 +103,7 @@ protected override IList RequestDependentAssets() { WaitForAsset("hand_recrop.bytes"), WaitForAsset("handedness.txt"), WaitForAsset("palm_detection_full.bytes"), + WaitForAsset("pose_detection.bytes"), WaitForPoseLandmarkModel(), }; } diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 4b7de70b..399a6b60 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -134,7 +134,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: v0.1.5 + bundleVersion: v0.1.5-1 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 diff --git a/installer.iss b/installer.iss index a022b86f..9618d7fb 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "VRigUnity" -#define MyAppVersion "0.1.5" +#define MyAppVersion "0.1.5-1" #define MyAppPublisher "HardCoded" #define MyAppURL "https://github.com/Kariaro/VRigUnity" #define MyAppExeName "VRigUnity.exe"