Skip to content

Commit 82e5b46

Browse files
author
lawwong
committed
Update version code to 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
2 parents 82bf300 + b6c8a73 commit 82e5b46

File tree

229 files changed

+664
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+664
-253
lines changed

Assets/HTC.UnityPlugin/ColliderEvent/ColliderEventCaster.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22

33
using HTC.UnityPlugin.Utility;
44
using System;

Assets/HTC.UnityPlugin/ColliderEvent/ColliderEventData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22

33
using HTC.UnityPlugin.Utility;
44
using UnityEngine;

Assets/HTC.UnityPlugin/ColliderEvent/ColliderEventInterfaces.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22

33
using UnityEngine.EventSystems;
44

Assets/HTC.UnityPlugin/ColliderEvent/ExecuteColliderEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22

33
using UnityEngine.EventSystems;
44

Assets/HTC.UnityPlugin/HTC.ViveInputUtility.asmdef

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "HTC.ViveInputUtility",
3+
"rootNamespace": "",
34
"references": [
45
"Unity.XR.Management",
56
"SteamVR",
@@ -25,6 +26,17 @@
2526
"precompiledReferences": [],
2627
"autoReferenced": true,
2728
"defineConstraints": [],
28-
"versionDefines": [],
29+
"versionDefines": [
30+
{
31+
"name": "com.htc.upm.wave.native",
32+
"expression": "4.2.0",
33+
"define": "VIU_WAVE_NATIVE_4_2_OR_NEWER"
34+
},
35+
{
36+
"name": "com.htc.upm.wave.essence",
37+
"expression": "5.4.0",
38+
"define": "VIU_WAVE_ESSENCE_5_4_OR_NEWER"
39+
}
40+
],
2941
"noEngineReferences": false
3042
}

Assets/HTC.UnityPlugin/LiteCoroutine/Examples/LiteCoroutineExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22
#pragma warning disable 0649
33
#pragma warning disable 0168
44

Assets/HTC.UnityPlugin/LiteCoroutine/Examples/LiteTaskExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22
#pragma warning disable 0649
33
#pragma warning disable 0168
44

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutineHandle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutineManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//========= Copyright 2016-2023, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2024, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

0 commit comments

Comments
 (0)