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
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Add comment