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
- Text Object position shifts when selecting multiple Text Objects and expanding the Extra Settings in the Inspector
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
Add comment