Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
3
Question by mr_b · Mar 31, 2017 at 11:24 PM · multi-displaymulti-touch

Two Touchscreens. Multi-input works fine on first display but not working on second screen.

So I have two Touch Tables set up side by side, meant to be used by multiple users at each table. running on windows 10 with a GTX 970 using Unity 5.5.2

In unity I have a main camera which is set to Display 1 and a secondary Camera set to Display 2 each camera has it's own UI element set to display to camera space

which ever monitor is set as the primary display in windows works fine and accepts multiple inputs at the same time,

the non-primary display will accept touch input but only 1 at a time

any ideas as to what is causing this difference?

It seems as if it must be a unity issue, I've tried switching the primary monitor and the touch issues flip with the monitor change.

any help would be greatly appreicated

Comment
Add comment · Show 3
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image CosmicLab2 · Mar 29, 2018 at 02:48 AM 0
Share

@mr_b Did you find a solution to multi display touch input? We're looking to do this with 4 or more touch monitors

avatar image timtim32 CosmicLab2 · Apr 04, 2018 at 03:00 PM 0
Share

I'm also looking for a solution for the second monitor

avatar image Curb · Jul 09, 2018 at 04:51 PM 0
Share

We are also experiencing the same issue with unity 2017.4.5 (lts), when running a build on windows 8 with two Elo touchscreens. Haven't tried other platforms yet.

5 Replies

· Add your reply
  • Sort: 
avatar image
2

Answer by aaron_cowie_cruiser · Dec 22, 2017 at 03:55 AM

We have this same problem in v2017.3.0f3

Since we need touch input on both screens simultaneously the main display workaround doesn't work for us.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Naethyn · Jan 19, 2018 at 12:33 AM 0
Share

I also need this to work any help!

avatar image dastaut · May 17, 2018 at 01:26 PM 0
Share

I also have the same problem with mouse input. (Same Setup)

avatar image
1

Answer by developersice · Dec 18, 2017 at 04:48 PM

Giving this an update, we have had the same issue with 2017.2.0f3 as well, no biggie if you can work around it, just set the opposite screen to be the primary. However this could be an actual issue for anyone in the specific case of someone making an app using multiple multi-touch touch screens

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by mr_b · Aug 28, 2018 at 10:17 PM

@joshstiemsma @aaron_cowie_cruiser @Naethyn @dastaut Update:

So we did eventually get this setup working.

The final Setup for the interactive was two 55" LCD TV's each with their own ELO IR touch overlay

alt text

I ended up merging the two monitors into one virtual monitor using settings available in the Nvidia Control Panel (nvidia calls this feature "Surround Spanning")

the resolution of the new merged monitor was 3840x1080

so I set the Unity Project resolution to match the monitor and made sure that all of the content would display correctly. Since Unity saw the two screens as just one big monitor it resolved any input problems we were having on the Unity Engine side.

Next we had to get the two IR overlays to work together. We contacted ELO and they had some more advanced touch configuration software that we were able to get from them (it's available on their website) that allowed us to merge the two touch overlays in the same way we merged the two monitors.

This merging of the IR overlays was/is an "experimental" feature and it took us several days working with their driver team to get it working correctly for us. Our double table had eight stations so we were looking at potentially 80 touch points, the first version of the merging software could only handle a few simultaneous touches and it would glitch out or de-align if there were too many rapid touches. The ELO support team was fantastic though and helped us on the driver end get those issues sorted out.

If you are going for a multiple monitor setup with touch support I would recommend having one large Touch overlay covering the multiple monitors together for a simpler time. There are also Multi-monitor Touch systems with monitor spanning built in for capacitive touch monitors which would have been much less of a headache (but cost a bit more)


img-20170401-141946.jpg (364.6 kB)
Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image joshstiemsma · Aug 29, 2018 at 12:23 PM 1
Share

Wow this is great work and amazing insight! Thank you so much for following this up with a thorough answer. So far i am working with planar monitors and IR overlays so I hope they have some features for this but we will see. I'm also attempting to use 12 monitors, which i know sounds crazy so im still not sure if this will work or not but wow this was helpful.

avatar image JasonGovender · Sep 04, 2018 at 11:56 AM 0
Share

hi.....wow im really impressed i have been busting my head trying to work around this, thank you so much but i am still facing 1 majour problem.....i have 4 different games that i want to put onto 1 big touch screen like that...how do i go about doing in on the unity engine side? how do i get my 4 different apps to run like that....2 facing 1 side and 2 games facing the other side?

your help will really be appreciated .

Thank you in advance.

avatar image
0

Answer by joshstiemsma · Aug 28, 2018 at 07:48 PM

Hey guys was this resolved? I'm looking to do the same thing and would love some insight into the issue

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by JasonGovender · Sep 04, 2018 at 12:18 PM

hi please could i get your email address or some kind of contact so that i may have a peronal chat as i am facing many challenges developing a 2d game and maybe you could help....

kind regards

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

107 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Two monitors including one touchscreen. Touch Input not working in standalone.,Two monitors including one touchscreen. Touch not working in standalone. 0 Answers

How to share multiple screens for one application having different controls for each user connected with single CPU. 0 Answers

Multi-touch game can only shoot 1 ball at a time 0 Answers

Multi-Display Support (Unity 5.3 Mac) 2 Answers

Multi-touch game not working 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges