Easiest way to import data from Google Sheets to Unity
- Compatible with Google API v4
- Able to download to any devices running Unity
- Able to setup within 10 minutes
- Doesn't require any credentials or go to Google Cloud settings
- Doesn't need to download Google SDK or any DLL files
- Doesn't need to specify data types before importing
- Fast
- Source code available with a demo example
- Create a Google Sheet
- Create a new App Script (Extensions --> App Script)
- Copy & Paste Apps Script code and save (https://gist.github.com/zenith4eva/5204d88714a73dbf74e4ad9bff061fe4)
- Deploy as Web App (Set "Who has Access: Anyone"). At the top right of the script project, click Deploy > New deployment
- Copy Deployment ID
- Paste Deployment ID to Google Sheets DB Script
- Enter the name of the Tabs that you wish to import in Google Sheets DB Script's Sheet Tab Names List
Unity Package available (https://github.com/zenith4eva/GS2UNITY/raw/main/GS2Unity.unitypackage)