Search Issue Tracker
Fixed in 2019.3.X
Votes
1
Found in
2017.4.0f1
2018.2.2f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1119934
Regression
No
Touch.Radius is always 0 when using Windows touch screen
How To Reproduce:
1. Open the "SampleScene" in the attached "TouchSizeTest.zip" Project on a Windows device with a touch screen
2. Enter Play Mode
3. Try to touch somewhere on the Game View
4. Observe the Console
Expected behavior: Valid touch radius is shown in the console
Actual behavior: Touch radius is always shown as 0
Reproducible with: 2017.4.19f1, 2018.3.2f1, 2019.1.0b1, 2019.2.0a2
Note: Tested on the Windows OS device Surface Pro. Touch.RadiusVariance behaves the same as Touch.Radius.
Comments (165)
-
iamhotankitadave
Jan 31, 2020 09:55
Amazing post! I am truly getting ready to cross this information, incredibly pleasing my buddy. Also unprecedented blog here with all the huge information you have. Continue doing great doing here.
http://www.mumbaiescortshub.in/mumbai-call-girls.html -
Bertersd
Nov 29, 2019 07:27
About mobile and all related with this unit issue and everything from it is here. Hope you want it and also want to get https://www.superiorpapers.com/ site work here from it. Hope so you just get and take whole which is related with unit issue ever.
-
Munna123
Jul 24, 2019 10:36
Know the complete information about how to install the windows 10 operating system on your personal computer. This is an awesome post for the user of windows 10 operating system.
https://windows10download.xyz/ -
Ashwink2
May 11, 2019 07:47
This is the only best way to understand all steps for adding wireless Bluetooth connection in windows 10 OS computer http://fixwindows10connections.com Thanks for your attention.
-
MonkeyYao
Apr 22, 2019 03:04
Dell XPS 15 with touch sreen. The touch size can be obtained by flash.events.TouchEvent .sizeX and flash.events.TouchEvent .sizeY in the Adobe Flash.but Touch.Radius returns 0 in Unity.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [HDRP] Water displacement fades when camera move far in worldspace.
- [Android] Crash due to running out of memory when compiling shaders for an Android build
- Crash on WindowsVideoMedia::GetVideoFrameAtIndex when importing a specific MP4 file
- Search results number in Saved Searches Panel is not properly visible when Search query is selected in light Editor mode
- OS Window is switched and errors logged when trying to access Overrides of the same Prefab in the Overrides Panel
Resolution Note (fix version 2019.3):
Touch.Radius hadn't been implemented since many Windows touch devices doen't seem to support it.
The Surface line of devices does support this API, and so it will now return non-zero values for both the Editor and Standalone player when running on a 'Surface'. However, for other touch-enabled devices, it may still return 0.