Skip to content

Commit f266c2b

Browse files
committed
Update version code to v1.18.1
* Changes - Update compatibility with com.unity.xr.openxr 1.4.2 - Update compatibility with Oculus Integration v50 - Handle removal of OVR Avatar - Add Quest Pro & Touch Pro support - Deprecate old Oculus graphics & quality recommended settings check on newer version * Bug Fixes - Fix GetPadPressVector/GetPadTouchVector always return zero value - Fix missing controller models after suspend/resume - Fix Focus 3 controller not recoginzed in OpenXR mode
2 parents f52c56d + 05d9209 commit f266c2b

File tree

231 files changed

+1075
-350
lines changed

Some content is hidden

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

231 files changed

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

33
using UnityEngine.EventSystems;
44

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

33
using System;
44
using System.Collections;

Assets/HTC.UnityPlugin/LiteCoroutine/LiteCoroutineUpdater.cs

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

33
using System;
44
using System.Collections;

0 commit comments

Comments
 (0)