Skip to content

Commit c2a7e59

Browse files
author
lawwong
committed
Update to v1.14.2
* Changes - Add compatibility with Vive Wave 4.3 - Add compatibility with Open XR Plugin - Fix ambiguous PoseControl type - Remove unused dropdown button for WMR settings * Bug Fixes - Fix compile error when SteamVR installed and platform is Android - Fix RenderModelHook unable to enable/disable custom/fallback render model in some cases
2 parents a42aa19 + 5c25c95 commit c2a7e59

File tree

220 files changed

+559
-407
lines changed

Some content is hidden

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

220 files changed

+559
-407
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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, 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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, 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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, 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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
22

33
using UnityEngine.EventSystems;
44

Assets/HTC.UnityPlugin/HTC.ViveInputUtility.asmdef

Lines changed: 3 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",
@@ -14,7 +15,8 @@
1415
"Hand",
1516
"HTC.ViveHandTracking",
1617
"Wave.Essence.Controller.Model",
17-
"Unity.InputSystem"
18+
"Unity.InputSystem",
19+
"Unity.XR.OpenXR"
1820
],
1921
"includePlatforms": [],
2022
"excludePlatforms": [],

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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, 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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, 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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, 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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, 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-2021, HTC Corporation. All rights reserved. ===========
1+
//========= Copyright 2016-2022, HTC Corporation. All rights reserved. ===========
22

33
using System;
44
using System.Collections;

0 commit comments

Comments
 (0)