I have a survey created in the VR environment that participants can complete by gazing at the answers. I’m wanting the answers for these questions to be uploaded automatically to an external page (such as Qualtrics) immediately after users complete the survey so I that can analyze the data. I’ve tried to use Unity analytics to do this, but it’s not specific enough in the data it collects (i.e. I can’t see individual users data).
Yikes. I hope you also support pointing with the controller, on any system that has one.
Sure, you just need a web form that invokes a tiny PHP (or whatever) script that writes the inputs to the file. Then submit this form from your app using UnityWebRequest.
Soo… a bit late to the party here… by about a year
I am currently thinking of using Firebase to do some in-game survey right now. We have been using Firebase combined with datastudio for a while, to do analytics, and it really works well for us, I am trying to figure out the best way to do survey using firebase.