File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Packages/com.unity.inputsystem Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77Due to package verification, the latest version below is the unpublished version and the date is meaningless.
88however, 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
Original file line number Diff line number Diff line change 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
22using System ;
33using System . Collections . Generic ;
44using UnityEngine . EventSystems ;
You can’t perform that action at this time.
0 commit comments