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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment