File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Packages/webxr-interactions Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Fixed
10
+ - Error when Input System package in project and no XR Interaction Toolkit package.
11
+
9
12
## [ 0.19.0] - 2023-11-22
10
13
### Added
11
14
- Support for Unity Input System and XR Interaction Toolkit.
Original file line number Diff line number Diff line change 1
- #if UNITY_INPUT_SYSTEM_1_4_4_OR_NEWER
1
+ #if UNITY_INPUT_SYSTEM_1_4_4_OR_NEWER && HAS_XR_INTERACTION_TOOLKIT
2
2
using Unity . XR . CoreUtils . Bindings ;
3
3
using Unity . XR . CoreUtils . Bindings . Variables ;
4
4
using UnityEngine . Assertions ;
5
- #endif
6
- #if HAS_XR_INTERACTION_TOOLKIT
7
5
using UnityEngine . XR . Interaction . Toolkit . Inputs ;
8
6
using UnityEngine . XR . Interaction . Toolkit . Utilities ;
9
7
using UnityEngine . XR . Interaction . Toolkit . Utilities . Tweenables . Primitives ;
You can’t perform that action at this time.
0 commit comments