touch screen lg screen fails on multi touch input

I am using unity 5 personal edition on win 8 platform with a 47 inch LG touch screen.
Multiple unity games fail when I press screen rapidly with ten fingers simultaneously.
Is this a Unity bug?

The inputs fail to register, yet the keyboard works. This is on standalone.
The build does not crash, just touch inputs fail.

When I close the app. The touch events return ok on windows.
Thx for any help

Using input.multitouchenabled = false seems to have fixed the issue.

Hi,

This issue might be relative to the one described here :

It might be relative to how Unity handle touch on Windows 8…