Skip to content

Commit 11967fa

Browse files
author
lawwong
committed
Update version code to v1.20.0
1 parent b6da0d3 commit 11967fa

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/VIUVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace HTC.UnityPlugin.Vive
66
{
77
public static class VIUVersion
88
{
9-
public static readonly Version current = new Version("1.19.0.0");
9+
public static readonly Version current = new Version("1.20.0.0");
1010
}
1111
}

Assets/HTC.UnityPlugin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.htc.upm.vive-input-utility",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"displayName": "VIVE Input Utility",
55
"description": "The VIVE Input Utility (VIU) is a toolkit for developing VR experiences in Unity, especially with the VIVE/VIVE Pro but also targeting many platforms from a common code base including Oculus Rift, Rift S Go, Quest, Google Daydream, VIVE Wave SDK (e.g. VIVE Focus standalone) and additional VR platforms as supported by Unity such as Microsoft's 'Mixed Reality' VR headsets and more.\n\nCompatible with SteamVR 2.4.0+ and Oculus Integration 16.0+.\n\nView license:\nhttps://github.com/ViveSoftware/ViveInputUtility-Unity/blob/develop/LICENSE.md",
66
"keywords": [
@@ -25,6 +25,9 @@
2525
"url": "https://github.com/ViveSoftware/ViveInputUtility-Unity.git"
2626
},
2727
"documentationUrl": "https://github.com/ViveSoftware/ViveInputUtility-Unity/wiki",
28+
"dependencies": {
29+
"com.unity.ugui": "1.0.0"
30+
},
2831
"samples": [
2932
{
3033
"displayName": "0. Tutorial",

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# Vive Input Utility for Unity - v1.19.0
1+
# Vive Input Utility for Unity - v1.20.0
22
Copyright (c) 2016-2024, HTC Corporation. All rights reserved.
33

44

5+
## Changes for v1.20.0:
6+
7+
* Changes
8+
- Add support for Unity 6
9+
- Fix compile errors & warnnings
10+
- Add support for VIVE OpenXR Unity SDK
11+
- Now support hand tracking thru Unity XR Hand
12+
- Goto PackageManager > install "XR Hands" (com.unity.xr.hands)
13+
- Goto ProjectSettings > XR Plug-in Management > OpenXR > Enabled Interaction Profiles > add "VIVE XR Hand Interaction"
14+
- Goto ProjectSettings > XR Plug-in Management > OpenXR > OpenXR Feature Groups > enable "Hand Tracking Subsystem"
15+
- Tracked hand will identify as VRModuleDeviceModel.UnityXRHandRight/Left
16+
- Add support for latest Wave XR plugin
17+
- Fix selecting wrong left/right device in some cases
18+
- Add support for latest Oculus plugin
19+
- Fix tracked hand model not working
20+
21+
522
## Changes for v1.19.0:
623

724
* Changes

0 commit comments

Comments
 (0)