Search Issue Tracker
Fixed in 1.0.2
Votes
0
Found in [Package]
56e5c49289402898806927c1783d265f4989b9cc
Issue ID
1256839
Regression
No
[InputSystem] No errors are thrown when trying to use EnhancedTouch when it is disabled
Steps to reproduce:
1. Check 'ReflectDevicePropertiesScript.cs' to see that the "EnhancedTouchSupport.Enable();" line is commented out in OnEnable()
2. Select Scene "TestScene"
3. Build & Run on a device with touchscreen (in this case it's a smartphone)
4. Select "Touchsceen" from device list at the top
5. See that if you tap, information about touches does not apprear on the screen (EnchancedTouch is disabled)
6. Check the logs to see that no errors are thrown
Expected result:
Logs should make it clear that EnhancedTouch is being used but it's disabled (throw exception)
Actual result:
There are no exceptions thrown
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- 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
Add comment