summaryrefslogtreecommitdiff
path: root/Assets/Samples/OpenXR Plugin/1.14.3/Controller/ControllerSampleActions.inputactions
blob: 6eb7809299ed677ada42a504fb030bd3039beea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
{
    "name": "ControllerSampleActions",
    "maps": [
        {
            "name": "LeftHand",
            "id": "272f6d14-89ba-496f-b7ff-215263d3219f",
            "actions": [
                {
                    "name": "TriggerPress",
                    "type": "Button",
                    "id": "578a0cd6-f388-4fa3-92f3-c09338bdf6fc",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "TriggerTouch",
                    "type": "Button",
                    "id": "2db6bb09-543a-4892-bceb-974e887e7f6d",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Trigger",
                    "type": "Value",
                    "id": "5c8cf249-a01c-4b19-8eea-152b951f6a5a",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PrimaryButton",
                    "type": "Button",
                    "id": "204073bf-582e-48f4-a392-6eaf1e637387",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PrimaryTouch",
                    "type": "Value",
                    "id": "48a4f982-c501-412c-a715-b9201cb08c37",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Menu",
                    "type": "Button",
                    "id": "e91ffee7-ec69-40fb-8663-4ebf07153bfe",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Primary2DAxis",
                    "type": "Value",
                    "id": "0e72db49-759e-4b56-853f-a5e3b9bf0e04",
                    "expectedControlType": "Vector2",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Primary2DAxisClick",
                    "type": "Button",
                    "id": "d36e4b01-3a25-4dc6-8094-179ddb10bd71",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Primary2DAxisTouch",
                    "type": "Button",
                    "id": "416d6df4-7244-4b5c-986c-11881e0eac57",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Secondary2DAxis",
                    "type": "Value",
                    "id": "344eec1c-660f-4d4a-8b5b-1a2362d9b2de",
                    "expectedControlType": "Vector2",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Secondary2DAxisClick",
                    "type": "Button",
                    "id": "927e0cfe-b2ed-4a00-8048-3cd36742a8e3",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Secondary2DAxisTouch",
                    "type": "Button",
                    "id": "28bf5850-459e-4b46-af7a-24a5a64fdf99",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Grip",
                    "type": "Value",
                    "id": "26a9b492-9ead-4e86-9484-d69dc44c512e",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripPress",
                    "type": "Button",
                    "id": "e91897d7-06ef-41b9-aaa2-b14ae7540fca",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "SecondaryButton",
                    "type": "Button",
                    "id": "1414e4ef-05d7-40b1-b759-aa2c2c9cee56",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "SecondaryTouch",
                    "type": "Button",
                    "id": "83a06fa6-147b-41c5-9841-1fd2bbb33c31",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PointerPosition",
                    "type": "Value",
                    "id": "aa016bcd-24a3-44e5-bddf-44f908b7f793",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PointerRotation",
                    "type": "Value",
                    "id": "9cdd0812-f4ce-4aac-b182-7930625c4d99",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripPosition",
                    "type": "Value",
                    "id": "016fba43-5925-456c-a865-176f8fb04583",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripRotation",
                    "type": "Value",
                    "id": "6d9180b6-b425-44c5-a4df-fff615dbb37c",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Haptic",
                    "type": "PassThrough",
                    "id": "76e395dd-d7df-4654-9787-fb936b50b7e5",
                    "expectedControlType": "Haptic",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PokePosition",
                    "type": "Value",
                    "id": "b43e4892-4d6a-459c-91a8-9af29eefd54a",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PokeRotation",
                    "type": "Value",
                    "id": "1428032a-2b57-4608-b527-5c65f6bf2751",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchPosition",
                    "type": "Value",
                    "id": "9e62d239-cd82-49dc-b729-47c335ead96f",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchRotation",
                    "type": "Value",
                    "id": "b84a7498-afe6-4908-96e8-dbbfbf951251",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchValue",
                    "type": "Value",
                    "id": "414014f8-8561-405b-959e-740722812f66",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchReady",
                    "type": "Button",
                    "id": "50cd4505-1924-4b1f-8412-1553f6be7871",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PointerActivate",
                    "type": "Value",
                    "id": "b8f4a6c1-f232-45dc-8fbc-5a433fc55dfd",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PointerActivateReady",
                    "type": "Button",
                    "id": "8e94dbbf-7bb6-44be-8ed3-6435caddf0e7",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "GraspValue",
                    "type": "Value",
                    "id": "d9f480a7-118c-43ff-87c1-29060ab510e8",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GraspReady",
                    "type": "Button",
                    "id": "3ce7941e-7329-471f-ac54-bf2b1769db4e",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PalmPosePosition",
                    "type": "Value",
                    "id": "39d9932d-eec1-43e7-90e1-5747b641beab",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PalmPoseRotation",
                    "type": "Value",
                    "id": "dc15c3df-ada0-4b53-adf8-b42bc693104a",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchPose",
                    "type": "Value",
                    "id": "e112bcf6-3698-4cc2-87a0-2ec99c7e8be6",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PokePose",
                    "type": "Value",
                    "id": "09c21183-0461-4610-a292-e679b392b146",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PalmPose",
                    "type": "Value",
                    "id": "87e610a5-80a9-44d7-8081-7821f62db053",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripPose",
                    "type": "Value",
                    "id": "4f2e03e3-95ea-4ac1-9740-9b1f8cc922d9",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "AimPose",
                    "type": "Value",
                    "id": "7081a0c1-4ea9-4864-a36b-a72cd134062d",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                }
            ],
            "bindings": [
                {
                    "name": "",
                    "id": "b9c19907-3b5c-4207-ad18-5a86655f688c",
                    "path": "<XRController>{LeftHand}/{triggerButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "TriggerPress",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "ec353a5a-6a7a-4ee6-a33e-d12a8c0b705a",
                    "path": "<XRController>{LeftHand}/{trigger}",
                    "interactions": "",
                    "processors": "",
                    "groups": "",
                    "action": "Trigger",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "1a98fe1d-5477-4473-9ed1-05d2decb2c15",
                    "path": "<XRController>{LeftHand}/{primaryButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PrimaryButton",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "3dfde460-9bef-4bd9-943d-170adc171ff8",
                    "path": "<XRController>{LeftHand}/{PrimaryTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PrimaryTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "9603ae96-fef3-432c-88a0-282232c1368d",
                    "path": "<XRController>{LeftHand}/menu",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Menu",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "171f2010-aff7-4c02-8e86-44c84eba40e6",
                    "path": "<XRController>{LeftHand}/system",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Menu",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "54ac7ab0-8ca9-4cbc-a6d1-da5ee0b055cb",
                    "path": "<XRController>{LeftHand}/{primary2DAxis}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Primary2DAxis",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "85d45408-e658-4df8-ab60-de9273ceb30c",
                    "path": "<XRController>{LeftHand}/{primary2DAxisClick}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Primary2DAxisClick",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "a07f0bb7-9d68-4288-b0f1-78c62a995fa4",
                    "path": "<XRController>{LeftHand}/{primary2DAxisTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Primary2DAxisTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "cb03eabc-18e2-447a-a308-dc36cf9ec38e",
                    "path": "<XRController>{LeftHand}/{secondary2DAxis}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Secondary2DAxis",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "fadeed58-e6fc-4cc4-9fdc-5cfae044209c",
                    "path": "<XRController>{LeftHand}/{secondary2DAxisClick}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Secondary2DAxisClick",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "b74594f8-e87a-43ae-82ec-47612e07bfb3",
                    "path": "<XRController>{LeftHand}/{secondary2DAxisTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Secondary2DAxisTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "26245d74-dc1a-4fce-a7e1-1d4688ef73b1",
                    "path": "<XRController>{LeftHand}/{grip}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Grip",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "1458d4ea-a188-4ad0-9215-0e48997da150",
                    "path": "<XRController>{LeftHand}/{gripButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GripPress",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "0c3f7ce0-b62f-44e2-a1e1-11f143de72d7",
                    "path": "<XRController>{LeftHand}/{secondaryButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "SecondaryButton",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "6cfe2a5d-28c1-425b-998e-810968e19292",
                    "path": "<XRController>{LeftHand}/{secondaryTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "SecondaryTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "2e0bfaeb-6ce1-49fe-9fbe-69651c239f6c",
                    "path": "<XRController>{LeftHand}/pointerPosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "7eaabcc7-41cd-41fc-a31c-b35b4e61efd9",
                    "path": "<XRController>{LeftHand}/pointerRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "b48c4a7b-44af-4134-abee-0c8bffd98460",
                    "path": "<XRController>{LeftHand}/devicePosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "",
                    "action": "GripPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "e95798de-27b1-4590-aa5e-2cbad92c1f5d",
                    "path": "<XRController>{LeftHand}/deviceRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GripRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "5e867cab-2f35-436f-9c34-174590993836",
                    "path": "<XRController>{LeftHand}/haptic",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Haptic",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "3f243be3-e480-4940-a463-a54e7b15a876",
                    "path": "<XRController>{LeftHand}/{TriggerTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "TriggerTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "5384511e-d5f4-417b-83b4-2eaba5a5cb9b",
                    "path": "<XRController>{LeftHand}/pokePosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokePosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "10050890-76aa-4822-aa8c-bbe27dee3967",
                    "path": "<XRController>{LeftHand}/pokeRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokeRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "e140500d-097d-4ad8-be9c-d4fc65d10f41",
                    "path": "<XRController>{LeftHand}/pinchPosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "1940026b-e330-4fb2-9233-1b04658c3261",
                    "path": "<XRController>{LeftHand}/pinchRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "958bf79b-40e4-498c-b44c-56603ed08249",
                    "path": "<XRController>{LeftHand}/pinchValue",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchValue",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "ce392497-ae81-4a1b-a41d-14381e28f0a6",
                    "path": "<XRController>{LeftHand}/pinchReady",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchReady",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "a702dacf-f64f-434b-9957-b70b200c786a",
                    "path": "<XRController>{LeftHand}/pointerActivateValue",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerActivate",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "f3eecd95-70d4-4134-b2fd-ae14e2cbaf96",
                    "path": "<XRController>{LeftHand}/pointerActivateReady",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerActivateReady",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "96fa8f62-9c10-4249-be43-8f0cc39b6d97",
                    "path": "<XRController>{LeftHand}/graspValue",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GraspValue",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "7bffa00c-433d-4dd4-b8b3-e69e9719d460",
                    "path": "<XRController>{LeftHand}/graspReady",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GraspReady",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "18e1a6c9-2456-47cd-a508-a0eba3e04022",
                    "path": "<XRController>{LeftHand}/palmPosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PalmPosePosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "09c53e52-27e0-46ab-8b2b-e112e4d01088",
                    "path": "<XRController>{LeftHand}/palmRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PalmPoseRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "75a79926-f549-4d15-95f5-6c726560c0b7",
                    "path": "<XRController>{LeftHand}/pinchPose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "f2c34d68-3835-4d33-8664-96d8e9b21c36",
                    "path": "<HandInteractionPoses>{LeftHand}/pinchPose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "3e867c71-29e7-4257-8404-a9b036bdfe39",
                    "path": "<XRController>{LeftHand}/pokePose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokePose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "16db5c5b-8a49-49a5-a5cd-e34620cb4ad1",
                    "path": "<HandInteractionPoses>{LeftHand}/pokePose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokePose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "73672e4a-18e6-4f8d-ad21-c1935a928042",
                    "path": "<XRController>{LeftHand}/palmPose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PalmPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "f816c2ca-6f40-4811-8dfe-147f7969ba3a",
                    "path": "<XRController>{LeftHand}/devicePose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GripPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "53e60c89-4a36-468d-9b46-606b71fc2ced",
                    "path": "<XRController>{LeftHand}/pointer",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "AimPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                }
            ]
        },
        {
            "name": "RightHand",
            "id": "fd87d126-5dc2-445c-82df-1abc6c9f8076",
            "actions": [
                {
                    "name": "TriggerPress",
                    "type": "Button",
                    "id": "bc163c5e-01a5-48ae-83b3-87e68f24f888",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "TriggerTouch",
                    "type": "Button",
                    "id": "60ad2555-a98c-4a74-abff-e47e7ac034af",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Trigger",
                    "type": "Value",
                    "id": "2fccaf18-d578-4ac9-9d0b-08db4a2e1dc7",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PrimaryButton",
                    "type": "Button",
                    "id": "b87d0657-0e2f-41f9-92ee-6c7f0b0fa4f8",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PrimaryTouch",
                    "type": "Value",
                    "id": "7612bd2d-ec25-4cb7-8eb2-3a4b7704b025",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Menu",
                    "type": "Button",
                    "id": "561d782c-0eab-4674-80c5-7a8eb70cf246",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Primary2DAxis",
                    "type": "Value",
                    "id": "273526bd-c3ba-4f35-ac7a-840c1ed6ab6d",
                    "expectedControlType": "Vector2",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Primary2DAxisClick",
                    "type": "Button",
                    "id": "1c531107-9819-4f1f-a0e7-f11166016436",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Primary2DAxisTouch",
                    "type": "Button",
                    "id": "4de79a39-d622-4859-8f67-791365c0b780",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Secondary2DAxis",
                    "type": "Value",
                    "id": "5c85476c-f285-4a0a-8ed8-31466beae969",
                    "expectedControlType": "Vector2",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Secondary2DAxisClick",
                    "type": "Button",
                    "id": "83227e26-e8f1-416e-a4a6-b70394fe5ea5",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Secondary2DAxisTouch",
                    "type": "Button",
                    "id": "05c6375e-e244-427a-8e61-cd465ffa62ba",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "Grip",
                    "type": "Value",
                    "id": "f17f4516-fcdf-4891-9411-fee4983cd798",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripPress",
                    "type": "Button",
                    "id": "c20d8054-3d24-478f-8c51-5df4fec8c02a",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "SecondaryButton",
                    "type": "Button",
                    "id": "cba87b5e-c43b-4c38-b5dc-320d8fbb6136",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "SecondaryTouch",
                    "type": "Button",
                    "id": "b20f3aa0-32c6-486d-a9b2-4d8baca0799f",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PointerPosition",
                    "type": "Value",
                    "id": "dfe9bf01-d1b6-4869-947f-775e28857768",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PointerRotation",
                    "type": "Value",
                    "id": "6af87a70-4748-417c-a266-b6651d3617cf",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripPosition",
                    "type": "Value",
                    "id": "9715692b-ec5b-4264-9731-c02780e67179",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripRotation",
                    "type": "Value",
                    "id": "a6f17fc0-706e-459c-9915-2064d4928217",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "Haptic",
                    "type": "PassThrough",
                    "id": "d58abe56-873a-44a7-93b1-40630a1829dd",
                    "expectedControlType": "Haptic",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PokePosition",
                    "type": "Value",
                    "id": "8144970d-3c61-4d4c-977c-a395902760e6",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PokeRotation",
                    "type": "Value",
                    "id": "2aae9129-3c29-44c3-afc8-b22c78a0c081",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchPosition",
                    "type": "Value",
                    "id": "437b7369-66df-42b1-896a-7d188a7fbc81",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchRotation",
                    "type": "Value",
                    "id": "da63cb4a-1307-40d0-a349-657f857b4854",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchValue",
                    "type": "Value",
                    "id": "02ff351c-e07b-499d-ac70-83107d3da9a3",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchReady",
                    "type": "Button",
                    "id": "e9747457-d21d-46df-bc55-c7a1a545d5cc",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PointerActivate",
                    "type": "Value",
                    "id": "77e16b08-caa6-432f-b2d1-b67fdc00b2dc",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PointerActivateReady",
                    "type": "Button",
                    "id": "3a4e4610-8cac-4bec-9f43-3a3f834b8ca3",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "GraspValue",
                    "type": "Value",
                    "id": "1d494f05-c461-4ab0-b84a-3aa4b1a0ee2e",
                    "expectedControlType": "Axis",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GraspReady",
                    "type": "Button",
                    "id": "a5089112-d704-4c82-9a9a-0b305a4e0313",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "PalmPosePosition",
                    "type": "Value",
                    "id": "0df1fa0d-1a0f-48e8-88ec-0977735f2dcc",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PalmPoseRotation",
                    "type": "Value",
                    "id": "5b793523-30f3-4ac9-8573-40c221fb21f1",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PinchPose",
                    "type": "Value",
                    "id": "7c19a65f-e666-414d-affc-d25eecb4b050",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PokePose",
                    "type": "Value",
                    "id": "f78fa100-c77c-4a4a-abfd-bbdb4f8d4e80",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "PalmPose",
                    "type": "Value",
                    "id": "e610f280-58be-4560-864f-72000a7d4d0f",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "GripPose",
                    "type": "Value",
                    "id": "3835514f-524f-4b51-87c3-3c981b4a9d9d",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "AimPose",
                    "type": "Value",
                    "id": "ffc282a0-cd33-4ecd-aab6-075d869e9472",
                    "expectedControlType": "Pose",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                }
            ],
            "bindings": [
                {
                    "name": "",
                    "id": "e2185573-2cbd-4af0-9d4b-e03ff8b24d8f",
                    "path": "<XRController>{RightHand}/{triggerButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "TriggerPress",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "d1bf452d-b059-4c1e-9c23-3be1c6be789e",
                    "path": "<XRController>{RightHand}/{trigger}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Trigger",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "d09e2fdd-08b3-42eb-86c8-5c3a8f4a03c5",
                    "path": "<XRController>{RightHand}/{primaryButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PrimaryButton",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "0657f0e8-4c3b-45d4-a00b-fda175a6684d",
                    "path": "<XRController>{RightHand}/{PrimaryTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PrimaryTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "c3d9acf1-00ab-4616-951f-ef81d04d4d58",
                    "path": "<XRController>{RightHand}/menu",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Menu",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "369648ca-da2c-4cb7-bb0c-8b7dcab3b6b5",
                    "path": "<XRController>{RightHand}/system",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Menu",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "488857b2-965c-486c-b24e-e21628ad2a07",
                    "path": "<XRController>{RightHand}/{primary2DAxis}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Primary2DAxis",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "feccb40e-4fa1-488f-a2f1-f44c2b80ae37",
                    "path": "<XRController>{RightHand}/{primary2DAxisClick}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Primary2DAxisClick",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "62761c89-0d6d-40f1-ae88-88fa58d7ff02",
                    "path": "<XRController>{RightHand}/{primary2DAxisTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Primary2DAxisTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "e40a1a86-f851-421e-86c4-aec93c7f1d9b",
                    "path": "<XRController>{RightHand}/{secondary2DAxis}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Secondary2DAxis",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "d094a06a-f8ca-4c85-b478-a5276f7da3e4",
                    "path": "<XRController>{RightHand}/{secondary2DAxisClick}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Secondary2DAxisClick",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "75e038e5-ec3b-417e-adf4-77881b52a1ff",
                    "path": "<XRController>{RightHand}/{secondary2DAxisTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Secondary2DAxisTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "f2c3d836-9c35-4647-a506-9e03f37d837f",
                    "path": "<XRController>{RightHand}/{grip}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Grip",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "6f0b2479-b471-4775-8381-980b7957af20",
                    "path": "<XRController>{RightHand}/{gripButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GripPress",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "9d0fd645-57e1-48c3-9393-701a1d96c9a2",
                    "path": "<XRController>{RightHand}/{secondaryButton}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "SecondaryButton",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "0d034f83-a2ec-4c56-8a45-74443b36bb77",
                    "path": "<XRController>{RightHand}/{secondaryTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "SecondaryTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "977795e1-ef6f-426e-858e-b7b8151f3155",
                    "path": "<XRController>{RightHand}/devicePosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GripPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "ba89ffae-14bc-4a81-944e-ca0649618084",
                    "path": "<XRController>{RightHand}/pointerRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "adfd3ab1-a822-4dea-9d94-e110b2cdaa99",
                    "path": "<XRController>{RightHand}/pointerPosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "1d456cea-e5d1-4181-9d80-a876eb828922",
                    "path": "<XRController>{RightHand}/haptic",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Haptic",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "b661f593-2a31-4709-af51-f7766d7216df",
                    "path": "<XRController>{RightHand}/deviceRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GripRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "0868663a-e765-4152-b75b-c11c3430588e",
                    "path": "<XRController>{RightHand}/{TriggerTouch}",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "TriggerTouch",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "60bb18a2-38f0-4c72-9225-fd94b5573e43",
                    "path": "<XRController>{RightHand}/pokePosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokePosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "a8989aa5-08df-419a-9d8b-bed53cdbd1e3",
                    "path": "<XRController>{RightHand}/pokeRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokeRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "8d125e3c-8c50-4700-9b90-ca0e795bedc6",
                    "path": "<XRController>{RightHand}/pinchPosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "2e144be8-733d-46d4-a211-4d9d561a37cc",
                    "path": "<XRController>{RightHand}/pointerRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "e9e9c254-1910-48bd-b27f-5560c738715c",
                    "path": "<XRController>{RightHand}/pinchValue",
                    "interactions": "",
                    "processors": "",
                    "groups": "",
                    "action": "PinchValue",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "a4d0bbda-40a7-4432-9907-d97ccafcb975",
                    "path": "<XRController>{RightHand}/pinchReady",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchReady",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "fe6916c6-051b-4680-9db5-4ad19c2e7514",
                    "path": "<XRController>{RightHand}/pointerActivateValue",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerActivate",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "ca42b416-2e2a-4ba1-8e04-0622de8e487e",
                    "path": "<XRController>{RightHand}/pointerActivateReady",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PointerActivateReady",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "f9cacdba-7b65-4d92-9fab-339109388221",
                    "path": "<XRController>{RightHand}/graspValue",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GraspValue",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "c2e8c831-4fef-4a8d-93ec-8d4d249764e1",
                    "path": "<XRController>{RightHand}/graspReady",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GraspReady",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "56c094f7-c8cc-406b-a28c-f771af285f45",
                    "path": "<XRController>{RightHand}/palmPosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PalmPosePosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "89f88695-1307-47f4-b484-1a15c612fb43",
                    "path": "<XRController>{RightHand}/palmRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PalmPoseRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "b147a034-67ba-41dd-84a6-e5855bf3e922",
                    "path": "<XRController>{RightHand}/pinchPose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "00d54dc3-d5d8-4ffe-a9f0-e35b995a6304",
                    "path": "<HandInteractionPoses>{RightHand}/pinchPose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PinchPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "7bcff509-bab2-4811-8f9c-92b36e1649ff",
                    "path": "<XRController>{RightHand}/pokePose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokePose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "adca6f8a-dbbe-4eea-ae4d-c975d3a50696",
                    "path": "<HandInteractionPoses>{RightHand}/pokePose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PokePose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "c363f816-b747-4d52-bf2b-ba166de6ed52",
                    "path": "<XRController>{RightHand}/palmPose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "PalmPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "71a57302-985f-431e-ab13-1906ee055f4f",
                    "path": "<XRController>{RightHand}/devicePose",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "GripPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "19a54083-dd5a-49ec-be72-8f74cf9ac87c",
                    "path": "<XRController>{RightHand}/pointer",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "AimPose",
                    "isComposite": false,
                    "isPartOfComposite": false
                }
            ]
        },
        {
            "name": "HMD",
            "id": "21d522e0-0295-43ef-b60a-3b355794717b",
            "actions": [
                {
                    "name": "hmdPosition",
                    "type": "Value",
                    "id": "36a3121d-efce-478c-867c-a8d354777b78",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "hmdRotation",
                    "type": "Value",
                    "id": "4e56a29d-b0cc-42fd-a087-552950afac95",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                }
            ],
            "bindings": [
                {
                    "name": "",
                    "id": "08f50b61-5d92-42ac-bdb9-b898a4f0d4a7",
                    "path": "<XRHMD>/centerEyePosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "",
                    "action": "hmdPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "09769104-56ee-4fae-9065-07f530388e75",
                    "path": "<XRHMD>/centerEyeRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "",
                    "action": "hmdRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                }
            ]
        },
        {
            "name": "UI",
            "id": "a725e4f4-1262-4d6f-8a52-b8ba368d4c82",
            "actions": [
                {
                    "name": "Click",
                    "type": "PassThrough",
                    "id": "7d87f920-38ab-4a79-9716-27722a02c594",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "pointerPosition",
                    "type": "PassThrough",
                    "id": "3e8f3014-2311-4c71-9a89-6fffe0d7ae05",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "pointerRotation",
                    "type": "PassThrough",
                    "id": "fff59030-bd11-46a7-96d3-35f8e50a86ca",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                }
            ],
            "bindings": [
                {
                    "name": "",
                    "id": "78d62036-f819-477f-ba34-5041450a668f",
                    "path": "<XRController>/triggerPressed",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Click",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "fc05f8fe-0a9a-49ec-84a5-01ccef667093",
                    "path": "<XRController>/pointerPosition",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "pointerPosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "047b05df-5df2-4fcf-81d7-a51f39906c16",
                    "path": "<XRController>/pointerRotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "pointerRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                }
            ]
        },
        {
            "name": "EyeGaze",
            "id": "778a6cd3-d8ad-48bb-b2d5-f0031897ee40",
            "actions": [
                {
                    "name": "Tracked",
                    "type": "Button",
                    "id": "2a7ee830-cd9a-420a-84fd-c4ac3085124a",
                    "expectedControlType": "Button",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": false
                },
                {
                    "name": "EyePosition",
                    "type": "Value",
                    "id": "e63213e0-8347-4e96-a93a-d08ad27a54bb",
                    "expectedControlType": "Vector3",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                },
                {
                    "name": "EyeRotation",
                    "type": "Value",
                    "id": "ded73c9a-53b1-4fb9-b8c6-f07836892911",
                    "expectedControlType": "Quaternion",
                    "processors": "",
                    "interactions": "",
                    "initialStateCheck": true
                }
            ],
            "bindings": [
                {
                    "name": "",
                    "id": "3bc6e35a-60c4-42b0-8b0d-710ca8f43396",
                    "path": "<EyeGaze>/pose/isTracked",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "Tracked",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "3f2a24e8-ffbe-418c-81ca-3eaa0fcae0f8",
                    "path": "<EyeGaze>/pose/position",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "EyePosition",
                    "isComposite": false,
                    "isPartOfComposite": false
                },
                {
                    "name": "",
                    "id": "053ced48-4160-4b64-b256-fec4e0dd175c",
                    "path": "<EyeGaze>/pose/rotation",
                    "interactions": "",
                    "processors": "",
                    "groups": "XR Usage",
                    "action": "EyeRotation",
                    "isComposite": false,
                    "isPartOfComposite": false
                }
            ]
        }
    ],
    "controlSchemes": [
        {
            "name": "XR Usage",
            "bindingGroup": "XR Usage",
            "devices": [
                {
                    "devicePath": "<XRController>",
                    "isOptional": false,
                    "isOR": false
                },
                {
                    "devicePath": "<XRController>",
                    "isOptional": true,
                    "isOR": false
                }
            ]
        }
    ]
}