Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5argon/GoogleSheetsUnity
Get data from your private Google Sheets to Unity!! (Read-only)
https://github.com/5argon/GoogleSheetsUnity
Last synced: 2 months ago
JSON representation
Get data from your private Google Sheets to Unity!! (Read-only)
- Host: GitHub
- URL: https://github.com/5argon/GoogleSheetsUnity
- Owner: 5argon
- Created: 2018-07-31T16:31:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T18:44:34.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:13:13.514Z (5 months ago)
- Language: C#
- Homepage:
- Size: 401 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity3d - GoogleSheetsUnity - Get data from your private Google Sheets to Unity!! (Read-only) (Open Source Repositories / Document Reader)
README
# Google Sheets Unity
Get data from your private Google Sheets to Unity!! (Read-only)
## How to use
1. `new` an instance of `GoogleSpreadsheet` with necessary data.
2. Call `Get` on it. Voila!## Dependencies
- Google.Apis.Auth.dll
- Google.Apis.Core.dll
- Google.Apis.Sheets.v4.dll
- Google.Apis.dll
- Newtonsoft.Json.dll
- .NET 4.xThey are based on the newest version as of July 31, 2018.
If `Newtonsoft.Json.dll` conflict with the one in your project you will have to remove one of them I think.
Please follow the license agreement of each one accordingly.## Bonus
There is a `package.json` so you can include this in your project with UPM.