💻
UGS 개발문서
  • 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
On this page

Was this helpful?

  1. Details

* 보안 주의사항

Previous* API 제한사항 (할당량)Next* 추가기능 개발

Last updated 2 years ago

Was this helpful?

UGS에는 Script URL, Password, Google Folder ID와 같은 중요한 정보가 포함되어있는 Scriptable Object 파일이 있습니다. Assets/UG/Resources/UGSettingObject 경로에서 찾아볼 수 있습니다.

​​

​‌

UGSettingObject 파일은 구글스프레드시트와 통신하기위한 파일입니다. 이 파일은 Resources폴더에 포함되기 때문에 Asset Studio 같은 간단한 도구로도 데이터를 탈취할 수 있습니다. 보안을 위해 해당 파일의 중요 정보가 프로덕션 빌드에는 포함되지 않게 하는게 좋습니다.

​

Setting에서 Enable Security Mode를 실행하면 아래와 같이 활성화되며 보안을 위해 구글과 통신하는 모든 API를 사용할 수 없게 됩니다. 즉 는 더이상 동작하지 않고 기능만 동작하므로 앱 내부에 데이터를 캐싱해두어야 합니다.

Live Load
local Load