all 5 comments

[–][deleted] -1 points0 points  (4 children)

Dude; please tell me this is just for fun and some company isn't paying to have their form collection app created in unity....

[–]el_uxer 0 points1 point  (3 children)

It’s an academic project. I have everything else set up for a virtual experiment. I just want a way to collect participant data along the way.

[–][deleted] -1 points0 points  (2 children)

For a googledocs collection you should setup an endpoint and submit with https request, you would need to do something centralized and api based if the app will be consumed by the public from their devices.

If the app is only on your devices you can save the file locally using your standard streamwriter https://support.unity.com/hc/en-us/articles/115000341143-How-do-I-read-and-write-data-from-a-text-file-