Search Issue Tracker
Fixed in 1.0.0
Votes
0
Found in [Package]
preview7 - 1.0.0
Issue ID
1239615
Regression
Yes
[Input System] doesn't compile when XR module is disabled and UI package is enabled
How to reproduce:
1. Open the "InputSystemTest.zip" project
2. Observe the Console window
Expected result: there are no errors in the UI plugin of the Input System and it compiles without the XR module
Actual result: there are errors in the UI plugin of the Input System which prevent compilation of Input System due to the missing XR module
Reproducible with package versions: preview7 - 1.0.0 (2019.3.11f1, 2020.2.0a8)
Not reproducible with package versions: preview - 0.1.2 (2019.3.8f1), preview - 0.2.10 (2019.3.11f1), preview - 0.9.6 (2020.1.0b6), preview6 - 1.0.0 (2019.3.11f1, 2020.2.0a8)
Notes:
-The errors state:
Library\PackageCache\com.unity.inputsystem@1.0.0-preview.7\InputSystem\Plugins\UI\InputSystemUIInputModule.cs(159,67): error CS0103: The name 'TrackedDeviceRaycaster' does not exist in the current context
Library\PackageCache\com.unity.inputsystem@1.0.0-preview.7\InputSystem\Plugins\UI\InputSystemUIInputModule.cs(161,37): error CS0103: The name 'TrackedDeviceRaycaster' does not exist in the current context
Library\PackageCache\com.unity.inputsystem@1.0.0-preview.7\InputSystem\Plugins\UI\InputSystemUIInputModule.cs(163,50): error CS0103: The name 'TrackedDeviceRaycaster' does not exist in the current context
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Add comment