💻
💻
💻
💻
UGS 개발문서
Search
⌃K
💻
💻
💻
💻
UGS 개발문서
Search
⌃K
Unity Google Sheet
Getting Start
다운로드
Apps Script Setup
GoogleDrive Setup
HOW TO USE
시트 생성 및 데이터 만들기
로컬에서 불러오기
시트에서 불러오기(LiveLoad)
시트에 데이터 쓰기(LiveWrite)
Advanced User Features
UGS APIs
Use CustomType
Use EnumType
SpreadSheet Detail
Use UGS on WPF, Console C# Project
Details
* API 제한사항 (할당량)
* 보안 주의사항
* 추가기능 개발
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
Exception : Newtonsoft.Json Confict
Conflict
유니티 테크놀로지에서 Entities, Version Control 과 같은 기본 패키지에 Newtonsoft.Json을 종속성으로 추가했기 때문에 UGS에 포함된 dll과 충돌이 날 수 있습니다.
이러한 문제를 해결하려면 Y
ourProject/Packages/manifest.json 을
수동으로 수정하여 중복되는 종속성을 삭제해야 합니다.
Missing
이 경우에는 직접
yourProject//Packages/manifest.json
에 패키지를 추가해야합니다. 어렵지 않습니다.
Trouble Shooting - Previous
Exception : index index was out of bounds of array
Last modified
7mo ago