Skip to content

Commit

Permalink
Update version code to v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawwong committed Feb 2, 2024
1 parent 87fb402 commit b6c8a73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ namespace HTC.UnityPlugin.Vive
{
public static class VIUVersion
{
public static readonly Version current = new Version("1.18.3.0");
public static readonly Version current = new Version("1.19.0.0");
}
}
2 changes: 1 addition & 1 deletion Assets/HTC.UnityPlugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.htc.upm.vive-input-utility",
"version": "1.18.3",
"version": "1.19.0",
"displayName": "VIVE Input Utility",
"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",
"keywords": [
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Vive Input Utility for Unity - v1.18.3
# Vive Input Utility for Unity - v1.19.0
Copyright (c) 2016-2024, HTC Corporation. All rights reserved.


## Changes for v1.19.0:

* Changes
- Add support for latest Wave XR plugin
- Add support for Vive Ultimate Tracker
- Requires latest Wave XR plugin (AIO) or SteamVR Plugin (PC)
- Add enum value VRModuleDeviceModel.ViveUltimateTracker


## Changes for v1.18.3:

* Changes & Fixes
Expand Down

0 comments on commit b6c8a73

Please sign in to comment.