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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment