I just read the update log for V5 of unity and found the following:
"
- Standalone and webplayer: Input subsystem processes touch messages via WM_TOUCH. Previously it worked with Windows-simulated mouse events."
So does this mean that multiple touches work on Windows machines now?
Tried on my computer quickly but got the number 0 on number of touches…, hopefully I just made a simple error.
Has anyone else tried this?
Just created a new empty unity project and did the following
- created an empty game object
- made a script with the following line in the update function: “Debug.Log(Input.touchCount);”
- attached the script to the empty game object.
Now…, I still get 0 in the log…, I was so excited when I first read the updated features…, Guess I have to use a plugin, sadly
It works fine!
Just not in the editor.
Hopefully this insight will help somebody else