Two monitors including one touchscreen. Touch Input not working in standalone.,Two monitors including one touchscreen. Touch not working in standalone.
So I have two monitors including a touchscreen. In Unity I have one main camera for my normal monitor, and severals cameras that I can change for my touchscreen. I'm using the Touch Input to zoom in and out and to move my camera on the touchscreen.
My problem is when I build my project to test it, the touchcount always return 0 when I click on the touchscreen. I noticed that if I drag the window of my normal monitor to my touchscreen and then try to click on it, touchcount return the number of finger I have on touchscreen.
I already saw some people having quite the same issue here and they manage to solve the problem by merging the two monitors into one virtual monitor but I wondered if there was another solution before trying this one and readapt every UI elements.
Any help would be great and thanks in advance.
,So I have two monitors including a touchscreen. In Unity I have one main camera for my normal monitor, and severals cameras that I can change for my touchscreen. I'm using the Touch Input to zoom in and out and to move my camera on the touchscreen. My problem is when I build my project to test it, the touchcount always return 0 when I click on the touchscreen. I noticed that if I drag the window of my normal monitor to my touchscreen and then try to click on it, touchcount return the number of finger I have on touchscreen. I already saw some people having quite the same issue here and they manage to solve the problem by merging the two monitors into one virtual monitor but I wondered if there was another solution before trying this one and readapt every UI elements. Any help would be great and thanks in advance.
Your answer
Follow this Question
Related Questions
Two Touchscreens. Multi-input works fine on first display but not working on second screen. 5 Answers
Multi-Display Support (Unity 5.3 Mac) 2 Answers
Two finger tap causes jump bug 0 Answers
Multi-touch game not working 0 Answers
Set Input.multiTouchEnabled false make IDragHandler break on Android 0 Answers