Skip to content

Commit 1bcc4c8

Browse files
committed
Update version code to v1.18.2
1 parent cf35c72 commit 1bcc4c8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.18.1.0");
9+
public static readonly Version current = new Version("1.18.2.0");
1010
}
1111
}

Assets/HTC.UnityPlugin/package.json

Lines changed: 1 addition & 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.18.1",
3+
"version": "1.18.2",
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": [

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Vive Input Utility for Unity - v1.18.1
1+
# Vive Input Utility for Unity - v1.18.2
22
Copyright (c) 2016-2023, HTC Corporation. All rights reserved.
33

44

5+
## Changes for v1.18.2:
6+
7+
* Bug Fixes
8+
- Fix Meta Pro controller input not handled when using latest Oculus plugin
9+
- Fix unable to enable platform support in VIU Settings when using latest Unity XR Plugin Management
10+
11+
512
## Changes for v1.18.1:
613

714
* Changes

0 commit comments

Comments
 (0)