In middle of ongoing project, client asked me to add survey on his app with few Questions for Users, and he wanted to store and analyze the data later. So, instead of using any database to store answers from the user, I thought of using Google Spreadsheet.
This was something I had already done for Web Apps using jQuery, but one of my first in Unity. I searched many tutorials but only found ways to use data from Google Sheet for Unity game data, saving to Google Spreadsheet from unity was the question that i couldn’t find answer for, and I was not ready to pay 20$ for some assets.
So, I thought to doing what I did in Ajax in C# in Unity. I have covered every steps in this 12 minutes video, and also open sourced my project for the community.
Let me know if this video and code helped you accomplish something new in your project.
You can subscribe my YouTube channel and start my Github project to encourage me to do more.