Skip to content

Commit 6f99af1

Browse files
author
lawwong
committed
Add Wave.XRSDK reference
1 parent 72f3611 commit 6f99af1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Assets/HTC.UnityPlugin/HTC.ViveInputUtility.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "HTC.ViveInputUtility",
3-
"rootNamespace": "",
43
"references": [
54
"Unity.XR.Management",
65
"SteamVR",
@@ -16,7 +15,8 @@
1615
"HTC.ViveHandTracking",
1716
"Wave.Essence.Controller.Model",
1817
"Unity.InputSystem",
19-
"Unity.XR.OpenXR"
18+
"Unity.XR.OpenXR",
19+
"Wave.XRSDK"
2020
],
2121
"includePlatforms": [],
2222
"excludePlatforms": [],

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Editor/VRPlatformSettings/WaveVRSettings.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public override void OnPreferenceGUI()
282282
}
283283
EditorGUILayout.EndHorizontal();
284284

285-
const string enableWaveXRRenderModelTitle = "Enable Wave XR Render Model";
285+
const string enableWaveXRRenderModelTitle = "Enable Wave XR Render Model Support";
286286
EditorGUILayout.BeginHorizontal();
287287
#if VIU_WAVEXR_ESSENCE_CONTROLLER_MODEL || VIU_WAVEXR_ESSENCE_RENDERMODEL
288288
VIUSettings.enableWaveXRRenderModel = EditorGUILayout.ToggleLeft(new GUIContent(enableWaveXRRenderModelTitle, VIUSettings.ENABLE_WAVE_XR_RENDER_MODEL_TOOLTIP), VIUSettings.enableWaveXRRenderModel);
@@ -314,7 +314,7 @@ public override void OnPreferenceGUI()
314314
#endif
315315
EditorGUILayout.EndHorizontal();
316316

317-
const string enableWaveHandTrackingTitle = "Enable Wave Hand Tracking";
317+
const string enableWaveHandTrackingTitle = "Enable Wave Hand Tracking Support";
318318
EditorGUILayout.BeginHorizontal();
319319
#if VIU_WAVEVR_HAND_TRACKING_CHECK
320320
{
@@ -366,7 +366,7 @@ public override void OnPreferenceGUI()
366366
#endif
367367
EditorGUILayout.EndHorizontal();
368368

369-
const string enableWaveTrackerTitle = "Enable Wave Tracker";
369+
const string enableWaveTrackerTitle = "Enable Wave Tracker Support";
370370
EditorGUILayout.BeginHorizontal();
371371
#if VIU_WAVEVR_TRACKER_CHECK
372372
{

0 commit comments

Comments
 (0)