playMaker

Author Topic: Google Cardboard touch screen event[SOLVED]  (Read 2997 times)

finepointcgi

  • Playmaker Newbie
  • *
  • Posts: 7
Google Cardboard touch screen event[SOLVED]
« on: September 12, 2017, 04:39:32 PM »
Im running into a problem with detecting the trigger of the google cardboard. Is there an event for this or how would I detect my cardboard's input?
« Last Edit: September 15, 2017, 04:16:43 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Google Cardboard touch screen event
« Reply #1 on: September 13, 2017, 01:24:34 AM »
Hi,
If you mean the single button, try "Get Button" and set "fire1"
if you mean 'looking' to something to interact, you can use a raycast setup

finepointcgi

  • Playmaker Newbie
  • *
  • Posts: 7
Re: Google Cardboard touch screen event
« Reply #2 on: September 13, 2017, 08:25:26 AM »
Thank you that solved my problem! I thought a touch event would be the right event. The more you know!