Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: finepointcgi on September 12, 2017, 04:39:32 PM

Title: Google Cardboard touch screen event[SOLVED]
Post by: finepointcgi 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?
Title: Re: Google Cardboard touch screen event
Post by: djaydino 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
Title: Re: Google Cardboard touch screen event
Post by: finepointcgi 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!