UnityGoogleSheet
Search…
UnityGoogleSheet
Korean
Unity Google Sheet
TODO LIST
Getting Start
다운로드 및 불러오기
Apps Script Setup
GoogleDrive Setup
HOW TO USE
스프레드 생성 & 코드제네레이터
로컬에서 불러오기
시트에서 불러오기(LiveLoad)
시트에 데이터 쓰기(LiveWrite)
Advanced User Features
UGS APIs
Use EnumType
Use CustomType
SpreadSheet Detail
Use UGS on WPF, Console C# Project
Example / Plugin Download
Details
Google API Limit
UGS Security and Hacking Prevention
Issue, Idea, Question
RefundPolicy
Examples and Tutorial
Awesome Sunny!
Trouble Shooting
Exception : Reference has errors 'HamsterGoogleSpreadSheet'.
Exception : InvalidOperationException: You are trying to read Input ...
Exception : index index was out of bounds of array
Exception : Newtonsoft.Json Confict
Powered By
GitBook
Google API Limit
UGS는 Google API를 사용하고 있으며, 하루 호출 횟수 제한이 있습니다. 게임 개발자 Runtime(Live) Load,Write 기능을 사용하는데에 있어서는 api 호출 횟수는 문제가 되지 않을만큼 넉넉합니다.
https://developers.google.com/apps-script/guides/services/quotas#flexible_quotas_early_access
에 작성되어있는 구글 apps-script의 사용 제한량은 아래와 같습니다
일일 제한량 5만회 정도로, 개발자에게는 문제 없이 사용할만큼 제공됩니다. 하지만 수백, 수천명이 사용할 수 있는 릴리즈 환경에서는 사용하지 않는것을 권장합니다.
대신
Local Data Load
를 이용하세요!
Advanced User Features - Previous
Example / Plugin Download
Next - Details
UGS Security and Hacking Prevention
Last modified
10mo ago
Copy link