Skip to content

Commit 21e59ad

Browse files
committed
WebXRControllerModel - WIP - Axis and Buttons actions don't work, no idea why.
1 parent c793e32 commit 21e59ad

File tree

12 files changed

+2170
-46
lines changed

12 files changed

+2170
-46
lines changed

Packages/webxr-interactions/Runtime/InputSystem/WebXR.InputSystem.asmdef

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
"name": "com.de-panther.webxr-input-profiles-loader",
3131
"expression": "0.4.0",
3232
"define": "WEBXR_INPUT_PROFILES"
33+
},
34+
{
35+
"name": "Unity",
36+
"expression": "[2021.3.11,2022.1)",
37+
"define": "HAS_POSITION_AND_ROTATION"
38+
},
39+
{
40+
"name": "Unity",
41+
"expression": "2022.3",
42+
"define": "HAS_POSITION_AND_ROTATION"
3343
}
3444
],
3545
"noEngineReferences": false

0 commit comments

Comments
 (0)