Skip to content

Commit 10594b9

Browse files
authored
FIX: Fixed compilation issues in TrackedDeviceRaycaster when disabling built-in XR module. (#1126)
1 parent 9ad20b8 commit 10594b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
88
however, it has to be formatted properly to pass verification tests.
99

10+
## [Unreleased]
11+
12+
### Fixed
13+
14+
- Fixed compilation issues in `TrackedDeviceRaycaster` when disabling built-in XR module.
15+
1016
## [1.0.0-preview.7] - 2020-04-17
1117

1218
### Fixed

Packages/com.unity.inputsystem/InputSystem/Plugins/UI/TrackedDeviceRaycaster.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if PACKAGE_DOCS_GENERATION || (UNITY_INPUT_SYSTEM_ENABLE_UI && UNITY_INPUT_SYSTEM_ENABLE_XR)
1+
#if PACKAGE_DOCS_GENERATION || UNITY_INPUT_SYSTEM_ENABLE_UI
22
using System;
33
using System.Collections.Generic;
44
using UnityEngine.EventSystems;

0 commit comments

Comments
 (0)