Windows 8.1 Touchscreen Laptop build

Hi there,

I am working on the Windows8.1 touch screen laptop. I have installed unity there, When i exporting my project for PC version its working with all the mouse mouse function. Then i changed the code for touch for touch motion and exported for PC version, if i touch the screen nothing is working except the GUI buttons. But for windows mobile this touch script is working fine.

Is unity work for windows touch screen laptop or not?

If its possible please suggest some tutorial or references.

Thanks.

Touches are not supported on Windows Standalone in 4.6, touches are supported on Windows Store Apps.

Touches will be supported on Windows Standalone starting from 5.0

thanks…